[nolist] whoops
This commit is contained in:
-1
@@ -53,7 +53,6 @@ public class VelocityServer implements AdaptedServer {
|
|||||||
if(debug) logger.info("[pinger] [" + getName() + "] sending ping");
|
if(debug) logger.info("[pinger] [" + getName() + "] sending ping");
|
||||||
|
|
||||||
serverPing.thenRunAsync(() -> {
|
serverPing.thenRunAsync(() -> {
|
||||||
System.out.println("thenRunAsync " + getName());
|
|
||||||
VelocityServerPing ping;
|
VelocityServerPing ping;
|
||||||
try {
|
try {
|
||||||
ping = new VelocityServerPing(serverPing.get(), sent);
|
ping = new VelocityServerPing(serverPing.get(), sent);
|
||||||
|
|||||||
Reference in New Issue
Block a user