1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Zeus - Fix moduleLoadIntoCargo ()

This commit is contained in:
PabstMirror 2017-10-24 14:11:16 -05:00 committed by GitHub
parent f30727e566
commit 1cd86efc06

View File

@ -17,7 +17,7 @@
*/
#include "script_component.hpp"
if (canSuspend) exitWith {[FUNC(moduleSuppressiveFire), _this] call CBA_fnc_directCall;};
if (canSuspend) exitWith {[FUNC(moduleLoadIntoCargo), _this] call CBA_fnc_directCall;};
params ["_logic", "_units", "_activated"];