From b1f91f8cf5e899f1ccb7257dee0a601dcca1219b Mon Sep 17 00:00:00 2001 From: BaerMitUmlaut Date: Thu, 8 Sep 2016 21:22:32 +0200 Subject: [PATCH] Use directCall on tripflare effect --- addons/explosives/scripts/TripflareEffect.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/explosives/scripts/TripflareEffect.sqf b/addons/explosives/scripts/TripflareEffect.sqf index 6792af07df..c35c30fdc4 100644 --- a/addons/explosives/scripts/TripflareEffect.sqf +++ b/addons/explosives/scripts/TripflareEffect.sqf @@ -16,5 +16,5 @@ // This is called from a CfgCloudlet's beforeDestroyScript config. // It will be re-compiled each use, so avoid complex preProcessor includes and just call the prepared function. - -_this call ace_explosives_fnc_spawnFlare; + +[ace_explosives_fnc_spawnFlare, _this] call CBA_fnc_directCall;