1
0

Arcade fix! Now its possible to run the server

This commit is contained in:
labalityowo
2023-05-20 13:13:21 +07:00
parent b4f55262b4
commit 91e871ea5f
11 changed files with 162 additions and 188 deletions

View File

@ -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;

View File

@ -153,7 +153,7 @@ public class UtilServer
public static boolean isTestServer()
{
return isTestServer(true);
return isTestServer(false);
}
public static boolean isTestServer(boolean bypass)