13
0
geforkt von Mirrors/Paper

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

By: Nathan Adams <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-12-04 10:41:46 +00:00
Ursprung 1c103e443d
Commit c90d52a4d3

Datei anzeigen

@ -86,7 +86,7 @@ public abstract class Command {
return true; 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; return false;
} }