diff --git a/scripts/system/controllers/teleport.js b/scripts/system/controllers/teleport.js index a67a8521f2..8357643629 100644 --- a/scripts/system/controllers/teleport.js +++ b/scripts/system/controllers/teleport.js @@ -414,7 +414,7 @@ function Teleporter() { } if (this.intersection !== null) { - if (isTooCloseToTeleport(this.intersection.intersection)) { + if (this.tooClose===true) { this.deleteTargetOverlay(); this.exitTeleportMode(); return;