mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2025-03-13 13:39:58 +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 String CONNECT_ADDRESS;
|
||||
public static int CONNECT_PORT;
|
||||
public static int CONNECT_PORT = 25565;
|
||||
public static VersionEnum PROTOCOL_VERSION;
|
||||
|
||||
public static boolean OPENAUTHMOD_AUTH;
|
||||
|
Loading…
Reference in New Issue
Block a user