mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Removed unneeded string constant concat
Note: editor removed spaces on otherwise empty lines By: stevenh <steven.hartland@multiplay.co.uk>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user