diff --git a/scripts/system/controllers/controllerModules/teleport.js b/scripts/system/controllers/controllerModules/teleport.js index ea60220c9c..deaa934f99 100644 --- a/scripts/system/controllers/controllerModules/teleport.js +++ b/scripts/system/controllers/controllerModules/teleport.js @@ -136,7 +136,7 @@ Script.include("/~/system/libraries/controllers.js"); this.currentTarget = TARGET.INVALID; this.currentResult = null; this.capsuleThreshold = 0.05; - this.pickHeightOffset = 0.15; + this.pickHeightOffset = 0.05; this.getOtherModule = function() { var otherModule = this.hand === RIGHT_HAND ? leftTeleporter : rightTeleporter;