Add GCW Leaderboards

This commit is contained in:
AconiteGodOfSWG
2021-04-09 20:14:35 -04:00
parent 8319732829
commit 1ea3235d29
22 changed files with 3717 additions and 33 deletions
@@ -7213,4 +7213,7 @@ public class utils extends script.base_script
public static boolean inDebugMode() throws InterruptedException {
return (utils.getIntConfigSetting("GameServer", "debugMode") == 1);
}
public static void throwWarning(String message) {
WARNING(message);
}
}