hotzone duration config, non repeating hotzones

This commit is contained in:
2023-02-18 14:30:15 -06:00
parent ffe0ecd488
commit 38e25bf132
4 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ public enum ConfigManager {
MB_MAGICBOT_GAMEVERSION,
//drop rates
MB_NORMAL_RATE,
MB_HOTZONE_RATE;
MB_HOTZONE_RATE,
MB_HOTZONE_DURATION;
// Map to hold our config pulled in from the environment
// We also use the config to point to the current message pump
// and determine the server type at runtime.