Finished changes to Whois -> Inspect

This commit is contained in:
nossr50
2012-02-29 09:25:48 -08:00
parent 423eb97e0f
commit 6c20df7839
12 changed files with 14 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ public class InspectCommand implements CommandExecutor {
player = (Player) sender;
}
if (player != null && !mcPermissions.getInstance().whois(player)) {
if (player != null && !mcPermissions.getInstance().inspect(player)) {
sender.sendMessage(ChatColor.YELLOW + "[mcMMO] " + ChatColor.DARK_RED + mcLocale.getString("mcPlayerListener.NoPermission"));
return true;
}