13
0
geforkt von Mirrors/Paper

I do believe that I made a typo

By: Nathan Adams <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-12-04 11:08:40 +00:00
Ursprung f3ddaaf09f
Commit 712ca9d3b6

Datei anzeigen

@ -86,7 +86,7 @@ public abstract class Command {
return true; return true;
} }
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."); target.sendMessage(ChatColor.RED + "I'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error.");
return false; return false;
} }