Client linux support and server connection

This commit is contained in:
dginovker
2019-06-19 11:08:44 -04:00
parent bb24f57d54
commit b9abeaa967
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public class ClientSettings {
/**
* The Servers Ip
*/
public final static String SERVER_IP = "127.0.0.1";
public final static String SERVER_IP = "35.226.247.68";
/**
* The Npc Bits for the Server
*/