diff --git a/addons/cargo/functions/fnc_unloadItem.sqf b/addons/cargo/functions/fnc_unloadItem.sqf index 652560be0a..2ca4c2a38f 100644 --- a/addons/cargo/functions/fnc_unloadItem.sqf +++ b/addons/cargo/functions/fnc_unloadItem.sqf @@ -21,7 +21,13 @@ * Public: Yes */ -params [["_item", "", [objNull, ""]],["_vehicle", objNull, [objNull]],["_unloader", objNull, [objNull]],["_deploy", []],["_checkVehicleIsStable", true, [true]]]; +params [ + ["_item", "", [objNull, ""]], + ["_vehicle", objNull, [objNull]], + ["_unloader", objNull, [objNull]], + ["_deploy", []], + ["_checkVehicleIsStable", true, [true]] +]; _deploy params ["_emptyPosAGL", "_direction"]; TRACE_5("params",_item,_vehicle,_unloader,_deploy,_checkVehicleIsStable);