Fixed default value

This commit is contained in:
RaphiMC 2023-02-16 16:10:46 +01:00
parent 5741d47770
commit 347544f89a

View File

@ -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;