forked from MagicBane/Server
MB_RULESET config entry added
This commit is contained in:
@@ -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 {
|
||||
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 {
|
||||
File file = new File("mbbranch.sh");
|
||||
|
||||
if (file.exists() && !file.isDirectory()) {
|
||||
|
||||
String[] command = {"./mbbranch.sh"};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user