mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2025-04-22 02:53:25 -04:00
Fixed default value
This commit is contained in:
parent
5741d47770
commit
347544f89a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue