Log total loaded items on reload

This commit is contained in:
md678685 2018-08-27 13:06:27 +01:00
parent 96c6c7b1ca
commit e3c726b8f6

View File

@ -47,6 +47,7 @@ public class ItemDb implements IConf, net.ess3.api.IItemDb {
}
provider.rebuild(file.getLines());
LOGGER.info(String.format("Loaded %s items.", provider.listNames().size()));
}
@Override