mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Use directCall on tripflare effect
This commit is contained in:
parent
7ca4fff674
commit
b1f91f8cf5
@ -17,4 +17,4 @@
|
|||||||
// This is called from a CfgCloudlet's beforeDestroyScript config.
|
// 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.
|
// 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user