Bukkit will no longer leak tears. He has been cheered up.

This commit is contained in:
Nathan Adams 2011-12-04 10:41:46 +00:00
parent edf26dfd5e
commit 2406704752

View File

@ -86,7 +86,7 @@ public abstract class Command {
return true;
}
target.sendMessage(ChatColor.RED + "Bukkit sad. Bukkit want you to access command, but Bukkit cannot let you. Bukkit will leak tears :'(");
target.sendMessage(ChatColor.RED + "I'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you beleieve this is in error.");
return false;
}