diff --git a/SQF/dayz_code/actions/fill_nearestVehicle.sqf b/SQF/dayz_code/actions/fill_nearestVehicle.sqf index 821215fda..f7d51061c 100644 --- a/SQF/dayz_code/actions/fill_nearestVehicle.sqf +++ b/SQF/dayz_code/actions/fill_nearestVehicle.sqf @@ -7,7 +7,7 @@ _isVehicle = false; _vehicleSrc = _this select 3; -_abort = false +_abort = false; if(!(isNull _vehicleSrc)) then {