mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +02:00
ESLint
This commit is contained in:
parent
46ce68a893
commit
a59d590111
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
|
|||
this.hand = hand;
|
||||
this.disableModules = false;
|
||||
this.parameters = makeDispatcherModuleParameters(
|
||||
200, // Not too high otherwise the tablet laser doesn't work.
|
||||
200, // Not too high otherwise the tablet laser doesn't work.
|
||||
this.hand === RIGHT_HAND
|
||||
? ["rightHand", "rightHandEquip", "rightHandTrigger"]
|
||||
: ["leftHand", "leftHandEquip", "leftHandTrigger"],
|
||||
|
|
Loading…
Reference in a new issue