Skip to content

Commit

Permalink
fix possible bug in "reverse" command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusselwurm committed Oct 11, 2024
1 parent 1f46fda commit 4dee16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/activities/functions/fnc_reverse_internal_end.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ INFO_2("ending reverse drive! removing 'BACK' PFH %1 from %2 ...", _handle, _veh
[_handle] call CBA_fnc_removePerFrameHandler;
{
if (_x getVariable ["grad_civs_virtual_ec", false]) then {
deleteVehicle _x;
_vehicle deleteVehicleCrew _x;
}
} forEach (crew _vehicle);
_vehicle setVariable [QGVAR(abortReverse), nil, true];
Expand Down

0 comments on commit 4dee16a

Please sign in to comment.