From 6c1a66963e4546fbbb2d0a2c34d6787b3e2aef4a Mon Sep 17 00:00:00 2001 From: Tarantino Date: Sun, 10 Nov 2024 15:16:32 +0200 Subject: [PATCH] replace wrong macro --- addons/functions/functions/fnc_createTrenchMarker.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/functions/functions/fnc_createTrenchMarker.sqf b/addons/functions/functions/fnc_createTrenchMarker.sqf index 643010aa..4f134457 100644 --- a/addons/functions/functions/fnc_createTrenchMarker.sqf +++ b/addons/functions/functions/fnc_createTrenchMarker.sqf @@ -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];