Merge pull request #4364 from acemod/tripflare-direct-call

Use directCall on tripflare effect
This commit is contained in:
Nicolás Badano 2016-09-08 21:45:56 -03:00 committed by GitHub
commit 4db9fa11d3

View File

@ -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;