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