mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-02-20 02:22:35 +01:00
Minor change
This commit is contained in:
parent
9018440f3c
commit
986da73278
@ -134,7 +134,7 @@ public class DisguiseCommand extends DisguiseBaseCommand implements TabCompleter
|
||||
LibsMsg.DISG_HELP1.send(sender);
|
||||
LibsMsg.CAN_USE_DISGS.send(sender, StringUtils.join(allowedDisguises, LibsMsg.CAN_USE_DISGS_SEPERATOR.get()));
|
||||
|
||||
if (allowedDisguises.stream().anyMatch(disguise -> disguise.equalsIgnoreCase("Player"))) {
|
||||
if (allowedDisguises.stream().anyMatch(disguise -> disguise.equalsIgnoreCase("player"))) {
|
||||
LibsMsg.DISG_HELP2.send(sender);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user