Skip to content

Commit

Permalink
remove check
Browse files Browse the repository at this point in the history
  • Loading branch information
tbox1911 committed Feb 29, 2024
1 parent 6776555 commit 7d2b3c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core.liberation/scripts/shared/clean_vehicle.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ params ["_vehicle", ["_delete", true], ["_force", false], ["_anim", false]];

if (isNull _vehicle) exitWith {};
if (_vehicle isKindOf "Steerable_Parachute_F") exitWith {};
if !(_vehicle isKindOf "AllVehicles") exitWith {};

private _towed = false;
private _owned = false;
Expand Down

0 comments on commit 7d2b3c2

Please sign in to comment.