Proper log message for Multisell load.

This commit is contained in:
MobiusDevelopment 2020-06-10 21:34:22 +00:00
parent 47347785cc
commit d6be91d2d1
2 changed files with 2 additions and 1 deletions

View File

@ -262,7 +262,6 @@ public class GameServer
Util.printSection("Economy");
TradeController.getInstance();
Multisell.getInstance();
LOGGER.info("Multisell: loaded.");
Util.printSection("Clan Halls");
ClanHallManager.getInstance();

View File

@ -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)