mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-29 14:56:43 +00:00
Added a debug option
This commit is contained in:
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user