Arcade fix! Now its possible to run the server
This commit is contained in:
@ -20,7 +20,7 @@ import com.mojang.util.UUIDTypeAdapter;
|
||||
|
||||
public class Constants
|
||||
{
|
||||
public static final String WEB_ADDRESS = "http://accounts.mineplex.com/";
|
||||
public static final String WEB_ADDRESS = "http://127.0.0.1:1000/";
|
||||
public static final String WEB_CONFIG_KEY = "webServer";
|
||||
|
||||
public static Gson GSON;
|
||||
|
@ -153,7 +153,7 @@ public class UtilServer
|
||||
|
||||
public static boolean isTestServer()
|
||||
{
|
||||
return isTestServer(true);
|
||||
return isTestServer(false);
|
||||
}
|
||||
|
||||
public static boolean isTestServer(boolean bypass)
|
||||
|
Reference in New Issue
Block a user