Client changes

This commit is contained in:
dginovker
2019-06-20 17:42:35 -04:00
parent e825f48dd1
commit cc169b33ab
3 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ public class ClientSettings {
/**
* The Servers Ip
*/
//public final static String SERVER_IP = "35.226.247.68";
public final static String SERVER_IP = "127.0.0.1";
public static String SERVER_IP = "35.226.247.68";
//public final static String SERVER_IP = "127.0.0.1";
/**
* The Npc Bits for the Server
*/