Moved member to ConfigManager.

This commit is contained in:
2023-06-07 14:53:15 -04:00
parent b6ce3b7ee9
commit f8c8d7244e
6 changed files with 19 additions and 314 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ public class WorldServer {
try {
File populationFile = new File(MBServerStatics.DEFAULT_DATA_DIR + ConfigManager.MB_WORLD_NAME.getValue().replaceAll("'", "") + ".pop");
File populationFile = new File(ConfigManager.DEFAULT_DATA_DIR + ConfigManager.MB_WORLD_NAME.getValue().replaceAll("'", "") + ".pop");
FileWriter fileWriter;
try {