From 4b9e1d6f08703c9ced161054a5b52f5195f11f95 Mon Sep 17 00:00:00 2001 From: AlphaAE Date: Sat, 27 Apr 2019 15:37:08 +0800 Subject: [PATCH] create icon --- src/com/alphaae/mcpe/servers/InfoDisplay.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/alphaae/mcpe/servers/InfoDisplay.java b/src/com/alphaae/mcpe/servers/InfoDisplay.java index 40babdf..4779e05 100644 --- a/src/com/alphaae/mcpe/servers/InfoDisplay.java +++ b/src/com/alphaae/mcpe/servers/InfoDisplay.java @@ -22,7 +22,7 @@ import java.util.UUID; public class InfoDisplay implements Listener { - private final int WAITING_TIME = 170; + private final int WAITING_TIME = 174; private TaskHandler infoHandler;