Some adjustments

This commit is contained in:
Seth
2020-07-15 01:22:32 -07:00
parent bf6ef152d9
commit 7a08152c14
4 changed files with 5 additions and 3 deletions

View File

@ -275,7 +275,9 @@ public class TotalFreedomMod extends JavaPlugin
wgb = new WorldGuardBridge();
for (FreedomService service : fsh.getServices())
{
service.onStart();
}
FLog.info("Started " + fsh.getServiceAmount() + "services.");