13
0
geforkt von Mirrors/Paper

Now with 60% less Dave errors!

By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-09-16 21:16:42 +01:00
Ursprung ee9246ebae
Commit ac46850069

Datei anzeigen

@ -86,7 +86,7 @@ public abstract class Command {
return true; return true;
} }
target.sendMessage(ChatColor.RED + "I'm sorry, Dave. I'm afraid I can't do that."); target.sendMessage(ChatColor.RED + "Bukkit sad. Bukkit want you to access command, but Bukkit cannot let you. Bukkit will leak tears :'(");
return false; return false;
} }