3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 00:43:09 +02:00

Fix typo.

This commit is contained in:
r3tk0n 2019-03-07 12:35:04 -08:00 committed by Wayne Chen
parent 24d6646e8d
commit 5f48a6d104

View file

@ -35,7 +35,7 @@ Script.include("/~/system/libraries/controllers.js");
};
this.isReady = function (controllerData, deltaTime) {
if (HMD.active() && Audio.pushToTalk && this.shouldTalk(controllerData)) {
if (HMD.active && Audio.pushToTalk && this.shouldTalk(controllerData)) {
Audio.pushingToTalk = true;
returnMakeRunningValues(true, [], []);
}