diff --git a/addons/cargo/functions/fnc_handleDestroyed.sqf b/addons/cargo/functions/fnc_handleDestroyed.sqf index dc9822b9f4..577aeb57ca 100644 --- a/addons/cargo/functions/fnc_handleDestroyed.sqf +++ b/addons/cargo/functions/fnc_handleDestroyed.sqf @@ -31,7 +31,7 @@ if (_loaded isNotEqualTo []) then { if (_x isEqualType objNull) then { private _delete = true; - if (_killed && {random 100 < GVAR(unloadOnKilled)}) then { + if (_killed && {random 1 < GVAR(unloadOnKilled)}) then { _delete = !([_x, _object] call ace_cargo_fnc_unloadItem); // If a safe position to unload cannot be found fnc_unloadItem returns false, delete cargo instead };