mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Refactored a bit of the connection process, added a GlobalConfig class to control behavior
This commit is contained in:
parent
ec83b1f868
commit
80c6ba05ff
94 changed files with 592 additions and 578 deletions
8
client/src/main/java/GlobalConfig.java
Normal file
8
client/src/main/java/GlobalConfig.java
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
public class GlobalConfig {
|
||||
public static int DEFAULT_PORT = 43594;
|
||||
public static int ALTERNATE_PORT = 43593;
|
||||
public static boolean SELECT_DEFAULT_WORLD = true;
|
||||
|
||||
// Some servers don't use ISAAC.
|
||||
public static boolean USE_ISAAC = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue