mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-27 13:15:28 +01:00
Remove debug lines.
This commit is contained in:
parent
d97d15d47a
commit
0769af0c65
@ -385,10 +385,8 @@ public class PortalTeleportationListener implements Listener {
|
|||||||
}
|
}
|
||||||
if (isAllowedOnServer(env)) {
|
if (isAllowedOnServer(env)) {
|
||||||
// To Standard Nether or end
|
// To Standard Nether or end
|
||||||
plugin.logDebug("Spawn = " + spawnPoint);
|
|
||||||
e.setTo(spawnPoint);
|
e.setTo(spawnPoint);
|
||||||
} else {
|
} else {
|
||||||
plugin.logDebug("Spawn = " + spawnPoint);
|
|
||||||
// Teleport to standard nether or end
|
// Teleport to standard nether or end
|
||||||
new SafeSpotTeleport.Builder(plugin)
|
new SafeSpotTeleport.Builder(plugin)
|
||||||
.entity(e.getEntity())
|
.entity(e.getEntity())
|
||||||
|
Loading…
Reference in New Issue
Block a user