mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-12 18:42:00 +01:00
Added one extra tidbit of logging for GameMode enforcement.
This commit is contained in:
parent
3f93fb3648
commit
2e4b814d6d
@ -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()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user