Skip to content

Commit

Permalink
Fix markers still visible for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 committed Jan 26, 2024
1 parent c33e4cd commit 2ac1b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/markers/functions/fnc_markerDecayLoop.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ if (_local) then {
_marker setMarkerAlpha (_currentAlpha - _decayRate);
};

[FUNC(markerDecayLoop), [_marker, _decayRate], 15] call CBA_fnc_waitAndExecute;
[FUNC(markerDecayLoop), [_marker, _decayRate, _local], 15] call CBA_fnc_waitAndExecute;

0 comments on commit 2ac1b6e

Please sign in to comment.