From 4bed3ee036cddeca2efe03b3cc1d64f616381d72 Mon Sep 17 00:00:00 2001 From: Menithal Date: Sat, 8 Oct 2016 01:36:57 +0300 Subject: [PATCH] Adjusted theoretical Unequip time to 250 ms --- scripts/system/controllers/handControllerGrab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index 6eaaf11f8a..ecda04321f 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -2103,7 +2103,7 @@ function MyController(hand) { this.autoUnequipCounter = 0; } - if (this.autoUnequipCounter > 1) { + if (this.autoUnequipCounter > 0.25) { // for whatever reason, the held/equipped entity has been pulled away. ungrab or unequip. print("handControllerGrab -- autoreleasing held or equipped item because it is far from hand." + props.parentID + ", dist = " + dist);