Skip to content

Commit

Permalink
Merge pull request #146 from Canibus/master
Browse files Browse the repository at this point in the history
Replace wrong macro
  • Loading branch information
AdlerSalbei authored Nov 10, 2024
2 parents 35b3c1a + 6c1a669 commit d8d495d
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 d8d495d

Please sign in to comment.