Fix for Parabot localhost

This commit is contained in:
dginovker
2019-11-04 19:57:33 -05:00
parent 16b23be1d5
commit a176bfa9cb
7 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ public class ClientSettings {
* on localhost
*
*/
public 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"; //NOW SET IN Main,java
public static String SERVER_IP = "127.0.0.1";
/**
* The Npc Bits for the Server
*/
+1
View File
@@ -16,6 +16,7 @@ public final class Main {
*/
public static void main(String[] args) {
ClientSettings.SERVER_IP = "35.226.247.68";
if (args.length > 1)
{
System.out.println("Running local");
Binary file not shown.