Adjusted theoretical Unequip time to 250 ms

This commit is contained in:
Menithal 2016-10-08 01:36:57 +03:00
parent a6040197eb
commit 4bed3ee036

View file

@ -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);