Use directCall on tripflare effect

This commit is contained in:
BaerMitUmlaut 2016-09-08 21:22:32 +02:00
parent 7ca4fff674
commit b1f91f8cf5

View File

@ -17,4 +17,4 @@
// 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;