mirror of
https://github.com/plexusorg/Module-TFMExtras.git
synced 2025-06-29 15:06:41 +00:00
make this build before pushing gg
This commit is contained in:
@ -45,7 +45,7 @@ public class PlayerListener extends PlexListener
|
||||
final Player player = event.getPlayer();
|
||||
// PlexLog.debug("Slime World Loaded: {0}", TFMExtras.getModule().getSlimeWorldHook().isWorldLoaded(player.getUniqueId().toString()));
|
||||
// PlexLog.debug("World Loaded: {0}", Bukkit.getWorld(player.getUniqueId().toString()) != null);
|
||||
if (TFMExtras.getModule().swmEnabled() && TFMExtras.getModule().getSlimeWorldHook().isWorldLoaded(player.getUniqueId().toString()) && Bukkit.getWorld(player.getUniqueId().toString()) != null)
|
||||
if (TFMExtras.getModule().enableIslands() && TFMExtras.getModule().getSlimeWorldHook().isWorldLoaded(player.getUniqueId().toString()) && Bukkit.getWorld(player.getUniqueId().toString()) != null)
|
||||
{
|
||||
Bukkit.unloadWorld(player.getUniqueId().toString(), true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user