Browse Source

Update console Lootmanager bootstrap message.

master
MagicBot 1 year ago
parent
commit
0bb756521b
  1. 2
      src/engine/server/world/WorldServer.java

2
src/engine/server/world/WorldServer.java

@ -337,7 +337,7 @@ public class WorldServer { @@ -337,7 +337,7 @@ public class WorldServer {
NPCManager.LoadAllBootySets();
// Load new loot system
Logger.info("Loading New Loot Tables");
Logger.info("Initializing Loot Manager");
LootManager.init();
//load old loot system (still needed for rolling for now)

Loading…
Cancel
Save