Now with 60% less Dave errors!

This commit is contained in:
Dinnerbone 2011-09-16 21:16:42 +01:00
parent 8647e78379
commit 37c79edb3e

View File

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