Added one extra tidbit of logging for GameMode enforcement.

This commit is contained in:
Jeremy Wood 2012-04-03 12:00:02 -04:00
parent 3f93fb3648
commit 2e4b814d6d
1 changed files with 3 additions and 0 deletions

View File

@ -311,6 +311,9 @@ public class MVPlayerListener implements Listener {
MultiverseWorld mvWorld = this.worldManager.getMVWorld(world.getName());
if (mvWorld != null) {
this.handleGameMode(player, mvWorld);
} else {
this.plugin.log(Level.FINER, String.format(
"Not handling gamemode for world '%s' not managed by Multiverse.", world.getName()));
}
}