Removed unneeded string constant concat
Note: editor removed spaces on otherwise empty lines
This commit is contained in:
parent
6da67f1ea6
commit
e4a1008f8a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user