diff --git a/addons/sandbag/functions/fnc_deployCancel.sqf b/addons/sandbag/functions/fnc_deployCancel.sqf index 1224a948a4..6fcb86c37b 100644 --- a/addons/sandbag/functions/fnc_deployCancel.sqf +++ b/addons/sandbag/functions/fnc_deployCancel.sqf @@ -21,7 +21,6 @@ if (isNull GVAR(placer)) exitWith {}; if (!isNull (GVAR(sandBag))) then { deleteVehicle GVAR(sandBag); - GVAR(sandBag) = objNull; }; [GVAR(placer), "ACE_Sandbag", false] call EFUNC(Common,setForceWalkStatus);