Skip to content

Commit

Permalink
Remove debug lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Mar 14, 2021
1 parent d97d15d commit 0769af0
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -385,10 +385,8 @@ private void handleStandardNetherOrEnd(PlayerEntityPortalEvent e, World fromWorl
}
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())
Expand Down

0 comments on commit 0769af0

Please sign in to comment.