From 1cd86efc062f734d62a74710ee7b43e10665ae6f Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Tue, 24 Oct 2017 14:11:16 -0500 Subject: [PATCH] Zeus - Fix moduleLoadIntoCargo (#5669) --- addons/zeus/functions/fnc_moduleLoadIntoCargo.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/zeus/functions/fnc_moduleLoadIntoCargo.sqf b/addons/zeus/functions/fnc_moduleLoadIntoCargo.sqf index cf3ae547c8..630fd537ef 100644 --- a/addons/zeus/functions/fnc_moduleLoadIntoCargo.sqf +++ b/addons/zeus/functions/fnc_moduleLoadIntoCargo.sqf @@ -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"];