Skip to content

Commit

Permalink
Nightvision - Fix when in 3den multiplayer (#10530)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Dec 8, 2024
1 parent 6a186f1 commit ff3b28f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/nightvision/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ GVAR(isUsingMagnification) = false;

["unit", {
// Call manually to update existing value
GVAR(playerHMD) = hmd ace_player;
[] call FUNC(refreshGoggleType);
}, true] call CBA_fnc_addPlayerEventHandler;

Expand Down

0 comments on commit ff3b28f

Please sign in to comment.