Fixing a message with /inspect

This commit is contained in:
nossr50
2012-03-08 17:53:54 -08:00
parent 1107e9f36a
commit d0f66ece98
2 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,7 @@ public class InspectCommand implements CommandExecutor {
}
if (args.length < 1) {
sender.sendMessage(ChatColor.RED + "Proper usage is /whois <playername>");
sender.sendMessage(ChatColor.RED + "Proper usage is /inspect <playername>");
return true;
}