version bump (2.4.9)

This commit is contained in:
ajgeiss0702
2020-07-03 07:16:08 -07:00
parent cc13721c74
commit ebddaebf3b
3 changed files with 11 additions and 2 deletions
@@ -34,6 +34,15 @@ public class Server {
@Override
public void done(ServerPing result, Throwable error) {
online = error == null;
/*if(error != null) {
ProxyServer.getInstance().getLogger().info("[ajQueue] [pinger] Status: "+online+". Error: ");
error.printStackTrace();
} else {
ProxyServer.getInstance().getLogger().info("[ajQueue] [pinger] Status: "+online+". motd: "+result.getDescriptionComponent());
}*/
if(lastUpdate == -1) {
lastUpdate = System.currentTimeMillis();
offlineTime = 0;