mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
Update README & Start Converting Java To Kotlin (#539)
* Rename .java to .kt * DiscordBot Java -> Kotlin * Rename .java to .kt * ConfigLoader Java -> Kotlin * Update ReadMe For Latest Using Parabot Locally * Rename .java to .kt * GameConstants Java -> Kotlin * Add Missing "server_test_version" Field To ServerConfig.Sample.json
This commit is contained in:
@@ -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 = "server.2006Scape.org";
|
||||
public static String SERVER_IP = "localhost";
|
||||
/**
|
||||
* The Servers World
|
||||
* This Determines The Port The Server Will Connect On
|
||||
|
||||
Reference in New Issue
Block a user