Zeus - Fix moduleLoadIntoCargo (#5669)

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"];