Fix localhost/live serv parabot jars

This commit is contained in:
dginovker
2019-11-14 13:39:08 -05:00
parent 982ae74d37
commit 7366de67e1
6 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ public class ClientSettings {
* on localhost
*
*/
//public static String SERVER_IP = "35.226.247.68"; //NOW SET IN Main,java
public static String SERVER_IP = "127.0.0.1";
public static String SERVER_IP = "35.226.247.68";
/**
* The Npc Bits for the Server
*/