mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Go go disguise spam attack! Rawr! Power Spammers!
This commit is contained in:
parent
a27857ce1d
commit
833ea9531e
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ public class DisguiseHelpCommand extends DisguiseBaseCommand implements TabCompl
|
||||||
sender.sendMessage(LibsMsg.DHELP_HELP2.get());
|
sender.sendMessage(LibsMsg.DHELP_HELP2.get());
|
||||||
|
|
||||||
for (ParamInfo s : ReflectionFlagWatchers.getParamInfos()) {
|
for (ParamInfo s : ReflectionFlagWatchers.getParamInfos()) {
|
||||||
sender.sendMessage(LibsMsg.DHELP_HELP2.get(s.getName().replaceAll(" ", ""), s.getDescription()));
|
sender.sendMessage(LibsMsg.DHELP_HELP3.get(s.getName().replaceAll(" ", ""), s.getDescription()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue