version bump (2.4.9)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user