Added a debug option

This commit is contained in:
2022-01-27 01:00:03 -06:00
parent f2bbf6f6dc
commit 5c15d25ef7
3 changed files with 17 additions and 3 deletions

View File

@ -19,7 +19,7 @@ public class GameRuleService extends AbstractService
for (World world : Bukkit.getWorlds())
{
commitGameRules(world);
PlexLog.log("Set gamerules for world: " + world);
PlexLog.debug("Set gamerules for world: " + world.getName());
}
}