Fix teleportation play area indicator not hiding on cancel.

This commit is contained in:
r3tk0n 2019-02-27 10:51:38 -08:00
parent fcdfae5a67
commit 1ec887ffc2

View file

@ -847,8 +847,8 @@ Script.include("/~/system/libraries/controllers.js");
};
this.disableLasers = function() {
_this.setPlayAreaVisible(false, null, true);
_this.setTeleportVisible(false, null, true);
_this.setPlayAreaVisible(false, null, false);
_this.setTeleportVisible(false, null, false);
Pointers.disablePointer(_this.teleportParabolaHandVisuals);
Pointers.disablePointer(_this.teleportParabolaHandCollisions);
Pointers.disablePointer(_this.teleportParabolaHeadVisuals);