mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-02 06:28:13 +01:00
Removed debug.
This commit is contained in:
parent
c07b649488
commit
c58fc0d07a
@ -634,7 +634,6 @@ public class IslandsManager {
|
||||
if (DEBUG) {
|
||||
plugin.getLogger().info("DEBUG: home loc = " + home + " teleporting");
|
||||
}
|
||||
//home.getChunk().load();
|
||||
player.teleport(home);
|
||||
User user = User.getInstance(player);
|
||||
if (number == 1) {
|
||||
|
@ -57,7 +57,6 @@ public class NetherPortals implements Listener {
|
||||
}
|
||||
|
||||
private boolean inWorlds(Location from) {
|
||||
plugin.getLogger().info("In world = " + (from.getWorld().equals(world) || from.getWorld().equals(nether) || from.getWorld().equals(the_end)));
|
||||
return (from.getWorld().equals(world) || from.getWorld().equals(nether) || from.getWorld().equals(the_end)) ? true : false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user