Allman All The Things - Thanks, jamietech
This commit is contained in:
parent
ac48538201
commit
1818735501
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user