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:
Josh Shippam
2023-01-26 02:15:33 +00:00
committed by GitHub
parent 8cf8a4db2c
commit 66a554aeeb
42 changed files with 736 additions and 734 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 = "server.2006Scape.org";
public static String SERVER_IP = "localhost";
/**
* The Servers World
* This Determines The Port The Server Will Connect On