Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurosar authored Jul 18, 2021
1 parent 58ca235 commit 1f01390
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qb-hud-redux-lite/html/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@ var fuelblink = 20;
break;
case "voice_level":
switch (event.data.voicelevel) {
case 3.0:
case 1.0:
voiceLevel = 33;
break;
case 7.0:
case 2.3:
voiceLevel = 66;
break;
case 15.0:
case 5.0:
voiceLevel = 100;
break;
default:
Expand All @@ -242,4 +242,4 @@ var fuelblink = 20;
})
}

})();
})();

0 comments on commit 1f01390

Please sign in to comment.