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

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot 2011-12-04 10:41:46 +00:00
parent 1c103e443d
commit c90d52a4d3

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;
}