mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-27 05:05:18 +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)) {
|
||||
// To Standard Nether or end
|
||||
plugin.logDebug("Spawn = " + spawnPoint);
|
||||
e.setTo(spawnPoint);
|
||||
} else {
|
||||
plugin.logDebug("Spawn = " + spawnPoint);
|
||||
// Teleport to standard nether or end
|
||||
new SafeSpotTeleport.Builder(plugin)
|
||||
.entity(e.getEntity())
|
||||
|
Loading…
Reference in New Issue
Block a user