mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Log total loaded items on reload
This commit is contained in:
parent
96c6c7b1ca
commit
e3c726b8f6
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ public class ItemDb implements IConf, net.ess3.api.IItemDb {
|
||||||
}
|
}
|
||||||
|
|
||||||
provider.rebuild(file.getLines());
|
provider.rebuild(file.getLines());
|
||||||
|
LOGGER.info(String.format("Loaded %s items.", provider.listNames().size()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue