Update KailleraUser.java

This commit is contained in:
Jgunishka 2019-08-21 21:29:49 +03:00
parent f492187719
commit 652d85c7f0

View File

@ -19,7 +19,7 @@ public interface KailleraUser
public static final byte CONNECTION_TYPE_LOW = 5;
public static final byte CONNECTION_TYPE_BAD = 6;
public static final String[] CONNECTION_TYPE_NAMES = { "DISABLED", "Lan", "Excellent", "Good", "Average", "Low", "Bad" };
public static final String[] CONNECTION_TYPE_NAMES = { "DISABLED", "LAN", "Excellent", "Good", "Average", "Low", "Bad" };
public static final byte STATUS_PLAYING = 0;
public static final byte STATUS_IDLE = 1;