Allman All The Things - Thanks, jamietech

This commit is contained in:
mbax 2012-11-15 16:06:00 -05:00
parent ac48538201
commit 1818735501

View File

@ -17,7 +17,8 @@ public class CommandList extends Command
StringBuilder users = new StringBuilder();
Collection<UserConnection> connections = BungeeCord.instance.connections.values();
if (connections.size() == 0) {
if (connections.size() == 0)
{
sender.sendMessage(ChatColor.BLUE + "Currently no players online.");
return;
}