version bump (2.4.9)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<groupId>us.ajg0702</groupId>
|
<groupId>us.ajg0702</groupId>
|
||||||
<artifactId>ajQueue</artifactId>
|
<artifactId>ajQueue</artifactId>
|
||||||
<name>ajQueue</name>
|
<name>ajQueue</name>
|
||||||
<version>1.4.8</version>
|
<version>1.4.9</version>
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>us.ajg0702</groupId>
|
<groupId>us.ajg0702</groupId>
|
||||||
<artifactId>ajQueue</artifactId>
|
<artifactId>ajQueue</artifactId>
|
||||||
<version>1.4.8</version>
|
<version>1.4.9</version>
|
||||||
<name>ajQueue</name>
|
<name>ajQueue</name>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|||||||
@@ -34,6 +34,15 @@ public class Server {
|
|||||||
@Override
|
@Override
|
||||||
public void done(ServerPing result, Throwable error) {
|
public void done(ServerPing result, Throwable error) {
|
||||||
online = error == null;
|
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) {
|
if(lastUpdate == -1) {
|
||||||
lastUpdate = System.currentTimeMillis();
|
lastUpdate = System.currentTimeMillis();
|
||||||
offlineTime = 0;
|
offlineTime = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user