Fixed ANOTHER typo

This commit is contained in:
Andrew 2013-07-16 17:57:14 +12:00
parent b5c0dc5195
commit 8afc336fd1
2 changed files with 2 additions and 2 deletions

@ -140,7 +140,7 @@ public class DisguisePlayerCommand implements CommandExecutor {
// He isn't allowed to use it.. // He isn't allowed to use it..
sender.sendMessage(ChatColor.RED + "You are forbidden to use this disguise!"); sender.sendMessage(ChatColor.RED + "You are forbidden to use this disguise!");
} else { } else {
sender.sendMessage(ChatColor.RED + "Error! The disguise " + ChatColor.GREEN + args[0] + ChatColor.RED sender.sendMessage(ChatColor.RED + "Error! The disguise " + ChatColor.GREEN + args[1] + ChatColor.RED
+ " doesn't exist!"); + " doesn't exist!");
} }
} }

@ -152,7 +152,7 @@ public class DisguiseRadiusCommand implements CommandExecutor {
// He isn't allowed to use it.. // He isn't allowed to use it..
sender.sendMessage(ChatColor.RED + "You are forbidden to use this disguise!"); sender.sendMessage(ChatColor.RED + "You are forbidden to use this disguise!");
} else { } else {
sender.sendMessage(ChatColor.RED + "Error! The disguise " + ChatColor.GREEN + args[0] + ChatColor.RED sender.sendMessage(ChatColor.RED + "Error! The disguise " + ChatColor.GREEN + args[1] + ChatColor.RED
+ " doesn't exist!"); + " doesn't exist!");
} }
} }