|
|
|
@ -30,6 +30,7 @@ public enum ConfigManager {
@@ -30,6 +30,7 @@ public enum ConfigManager {
|
|
|
|
|
|
|
|
|
|
MB_BIND_ADDR, |
|
|
|
|
MB_EXTERNAL_ADDR, |
|
|
|
|
|
|
|
|
|
// Database connection config
|
|
|
|
|
|
|
|
|
|
MB_DATABASE_ADDRESS, |
|
|
|
@ -66,6 +67,7 @@ public enum ConfigManager {
@@ -66,6 +67,7 @@ public enum ConfigManager {
|
|
|
|
|
MB_WORLD_GREETING, |
|
|
|
|
MB_WORLD_KEYCLONE_MAX, |
|
|
|
|
MB_USE_RUINS, |
|
|
|
|
MB_RULESET, |
|
|
|
|
|
|
|
|
|
// Mobile AI modifiers
|
|
|
|
|
MB_AI_CAST_FREQUENCY, |
|
|
|
@ -134,7 +136,6 @@ public enum ConfigManager {
@@ -134,7 +136,6 @@ public enum ConfigManager {
|
|
|
|
|
File file = new File("mbbranch.sh"); |
|
|
|
|
|
|
|
|
|
if (file.exists() && !file.isDirectory()) { |
|
|
|
|
|
|
|
|
|
String[] command = {"./mbbranch.sh"}; |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|