Skip to content

Commit

Permalink
Update fnc_showRWatch.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinskihenry authored Dec 17, 2024
1 parent 9b43ae0 commit 370adf3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions addons/watch/functions/fnc_showRWatch.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ private _o2 = _display displayCtrl 22810;
_pfhID call CBA_fnc_removePerFrameHandler;
};

_unit setVariable [QGVAR(rangerPFH), _pfhID, false];

private _altitudeValue = round((getPosASL _unit) select 2);

if (GVAR(altitudeUnit) == 1) then {
Expand Down Expand Up @@ -96,4 +94,4 @@ private _o2 = _display displayCtrl 22810;
_altitude,
_hr,
_o2
]] call CBA_fnc_addPerFrameHandler;
]] call CBA_fnc_addPerFrameHandler;

0 comments on commit 370adf3

Please sign in to comment.