Proper log message for Multisell load.
This commit is contained in:
parent
47347785cc
commit
d6be91d2d1
@ -262,7 +262,6 @@ public class GameServer
|
||||
Util.printSection("Economy");
|
||||
TradeController.getInstance();
|
||||
Multisell.getInstance();
|
||||
LOGGER.info("Multisell: loaded.");
|
||||
|
||||
Util.printSection("Clan Halls");
|
||||
ClanHallManager.getInstance();
|
||||
|
@ -310,6 +310,8 @@ public class Multisell
|
||||
LOGGER.warning("Error in file " + f + " " + e);
|
||||
}
|
||||
}
|
||||
|
||||
LOGGER.info("Multisell: Loaded " + _entries.size() + " Multisells.");
|
||||
}
|
||||
|
||||
protected MultiSellListContainer parseDocument(Document doc)
|
||||
|
Loading…
Reference in New Issue
Block a user