From 98b00ed2cd941f566bb8a49ca122ae964f30dfa7 Mon Sep 17 00:00:00 2001 From: Namindu Date: Sun, 8 Jun 2014 21:39:31 -0700 Subject: [PATCH] I forgot a ";" --- SQF/dayz_code/actions/fill_nearestVehicle.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {