mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-02 08:50:26 +01:00
Fixed default value
This commit is contained in:
parent
5741d47770
commit
347544f89a
@ -40,7 +40,7 @@ public class Options {
|
|||||||
public static int COMPRESSION_THRESHOLD = 256;
|
public static int COMPRESSION_THRESHOLD = 256;
|
||||||
|
|
||||||
public static String CONNECT_ADDRESS;
|
public static String CONNECT_ADDRESS;
|
||||||
public static int CONNECT_PORT;
|
public static int CONNECT_PORT = 25565;
|
||||||
public static VersionEnum PROTOCOL_VERSION;
|
public static VersionEnum PROTOCOL_VERSION;
|
||||||
|
|
||||||
public static boolean OPENAUTHMOD_AUTH;
|
public static boolean OPENAUTHMOD_AUTH;
|
||||||
|
Loading…
Reference in New Issue
Block a user