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
+1 -1
View File
@@ -4,7 +4,7 @@
<groupId>us.ajg0702</groupId>
<artifactId>ajQueue</artifactId>
<name>ajQueue</name>
<version>1.4.8</version>
<version>1.4.9</version>
<build>
<resources>
<resource>
+1 -1
View File
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.ajg0702</groupId>
<artifactId>ajQueue</artifactId>
<version>1.4.8</version>
<version>1.4.9</version>
<name>ajQueue</name>
<repositories>
@@ -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;