Skip to content

Commit

Permalink
replace wrong macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Canibus committed Nov 10, 2024
1 parent 35b3c1a commit 6c1a669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/functions/functions/fnc_createTrenchMarker.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ _trench setVariable [QGVAR(trenchMapMarker), _marker, true];
_trench setVariable [QGVAR(trenchSide), _friendlySide, true];

// JIP compatible hide marker for enemies
_trench remoteExec [QGVAR(setMarkerVisible), 0, _trench];
_trench remoteExec [QFUNC(setMarkerVisible), 0, _trench];

0 comments on commit 6c1a669

Please sign in to comment.