Experience Modifiers added to ConfigManager

This commit is contained in:
2023-02-24 10:45:46 -05:00
parent c51f6b73af
commit d5c219897d
5 changed files with 32 additions and 72 deletions
+4 -8
View File
@@ -14,7 +14,6 @@ package engine.gameManager;
import engine.Enum;
import engine.net.NetMsgHandler;
import engine.server.MBServerStatics;
import engine.server.login.LoginServer;
import engine.server.world.WorldServer;
import org.pmw.tinylog.Logger;
@@ -67,8 +66,10 @@ public enum ConfigManager {
MB_WORLD_KEYCLONE_MAX,
//drop rates
MB_NORMAL_RATE,
MB_HOTZONE_RATE,
MB_NORMAL_EXP_RATE,
MB_NORMAL_DROP_RATE,
MB_HOTZONE_EXP_RATE,
MB_HOTZONE_DROP_RATE,
MB_HOTZONE_DURATION,
MB_HOTZONE_MIN_LEVEL,
@@ -117,11 +118,6 @@ public enum ConfigManager {
return false;
}
// Setting drop rates
Logger.info("Setting drop rates...");
Enum.DropRateType.init();
// compile regex here
Logger.info("Compiling regex");