Skip to content

Commit

Permalink
Ident
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuel committed Jan 12, 2016
1 parent 1a59657 commit 384e712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FP_Template.VR/base/scripts/ares/cargo_eject.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if (isNull _veh || {_veh isKindOf "Man"} || {speed _veh > 2}) exitWith {};
if (_veh isKindOf "Air" && {!isTouchingGround _veh}) exitWith {["ERROR: Cannot eject air units"] call ares_fnc_ShowZeusMessage};

private _units = [_veh, ["ffv", "cargo"]] call ACE_common_fnc_getVehicleCrew;

[_units, {
{
_x leaveVehicle (vehicle _x);
Expand Down

0 comments on commit 384e712

Please sign in to comment.