Removed unneeded string constant concat

Note: editor removed spaces on otherwise empty lines
This commit is contained in:
stevenh 2011-03-12 17:51:57 +00:00
parent 6da67f1ea6
commit e4a1008f8a

View File

@ -196,7 +196,7 @@ public final class SimpleCommandMap implements CommandMap {
server.reload();
sender.sendMessage(ChatColor.GREEN + "Reload complete.");
} else {
sender.sendMessage(ChatColor.RED + "You do not have sufficient access" + " to reload this server.");
sender.sendMessage(ChatColor.RED + "You do not have sufficient access to reload this server.");
}
return true;
}