Read desc
Tried a little fix for sounds. Hopefully made a fix for concurrent modification errors Fixed typo in disguise player command Added warning and disable if ProtocolLib isn't found
This commit is contained in:
@@ -69,7 +69,7 @@ public class DisguisePlayerCommand implements CommandExecutor {
|
||||
} else
|
||||
sender.sendMessage(ChatColor.RED + "You do not have permission to use this command.");
|
||||
} else {
|
||||
if (args.length == 1) {
|
||||
if (args.length > 1) {
|
||||
Player p = Bukkit.getPlayer(args[0]);
|
||||
if (p != null) {
|
||||
if (args[1].equalsIgnoreCase("undiguise") || args[1].equalsIgnoreCase("undis")
|
||||
|
Reference in New Issue
Block a user