Changes to make Updating the Live Server easier (#589)

* Update Default Server IP to Live

* Add RSAKeyGen.java
This commit is contained in:
Josh Shippam
2023-02-06 02:11:31 +00:00
committed by GitHub
parent 2da0029a41
commit 64f9654377
2 changed files with 58 additions and 1 deletions
@@ -21,7 +21,7 @@ public class ClientSettings {
* You don't have to change this, the client will automatically connect to the server
* on localhost (Assuming you're running Client and LocalGame respectively)
*/
public static String SERVER_IP = "localhost";
public static String SERVER_IP = "server.2006scape.org";
/**
* The Servers World
* This Determines The Port The Server Will Connect On