fix actionbar message saying server is restarting when its not

This commit is contained in:
ajgeiss0702
2020-07-20 08:04:29 -07:00
parent 6ce0975f6c
commit 8bc1303724
3 changed files with 22 additions and 2 deletions
@@ -70,6 +70,11 @@ public class ManageCommand extends Command {
sender.sendMessage(Main.formatMessage(pl.isp()+""));
return;
}
if(args[0].equalsIgnoreCase("statusdebug")) {
Server s = Manager.getInstance().getSingleServer((ProxiedPlayer) sender);
if(s == null) return;
sender.sendMessage(Main.formatMessage(s.getJoinableDebug((ProxiedPlayer) sender)));
}
if(args[0].equalsIgnoreCase("player")) {
sender.sendMessage(Main.formatMessage("/ajQueue <player> <server>"));
return;