Removed string.isEmpty() method calls

This commit is contained in:
zml2008
2011-12-26 16:41:21 -08:00
parent 370ca96a44
commit 70205bfd11
5 changed files with 6 additions and 6 deletions

View File

@ -60,7 +60,7 @@ public class CommandRegistration {
if (fallbackCommands != null) {
commandMap = fallbackCommands;
} else {
Bukkit.getServer().getLogger().warning(plugin.getDescription().getName() +
Bukkit.getServer().getLogger().severe(plugin.getDescription().getName() +
": Could not retrieve server CommandMap, using fallback instead! Please report to http://redmine.sk89q.com");
fallbackCommands = commandMap = new SimpleCommandMap(Bukkit.getServer());
Bukkit.getServer().getPluginManager().registerEvent(Event.Type.PLAYER_COMMAND_PREPROCESS,