Skip to content

Commit

Permalink
Fix IVHMS scroll wheel option not working (#468)
Browse files Browse the repository at this point in the history
* fix ivhms action menu

* fix IVHMS scroll wheel

MFD's wouldn't turn on and display IVHMS page automatically
  • Loading branch information
BroBeansCPG authored Dec 11, 2024
1 parent 199abd5 commit 982af3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/uh60_mfd/functions/fnc_ivhms.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ vtx_uh60_mfd_allowText = false;
{_vehicle setUserMFDValue [_x, 6]} forEach [23, 24, 25, 26];
_vehicle animate ["GeneratorsOnOff",1];
_vehicle animate ["PowerOnOff",1];
[_vehicle, ["startup", "b_batt1"], "ON"] call vxf_interaction_fnc_scriptedInteract;


// 1 FRAMEWORK STATUS: ACTIVE
Expand Down

0 comments on commit 982af3a

Please sign in to comment.