Removed duplicate code

This commit is contained in:
ulteq 2015-06-02 20:15:31 +02:00
parent 663ae1db4a
commit f767f7eb2b

View File

@ -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);