Describe permtest better

This commit is contained in:
libraryaddict
2020-07-23 17:53:17 +12:00
parent e73992b8ed
commit 440a5e99fa
2 changed files with 8 additions and 5 deletions

View File

@@ -43,8 +43,11 @@ public class LDPermTest implements LDCommand {
LibsMsg.CANNOT_FIND_PLAYER.send(sender, args[1]);
return;
}
LibsMsg.LIBS_PERM_CHECK_USING_TARGET.send(sender, args[1]);
} else {
player = sender;
LibsMsg.LIBS_PERM_CHECK_CAN_TARGET.send(sender);
}
DisguisePermissions permissions = new DisguisePermissions(player, "disguise");