From 2de877386142c09899f81cae91e12c1a84dba2f7 Mon Sep 17 00:00:00 2001 From: Vishpala Date: Mon, 28 Sep 2015 09:53:57 -0700 Subject: [PATCH] Fix Variable Error for RS_VLS Call --- .../addons/a3_dms/scripts/fn_SpawnNonPersistentVehicle.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@ExileServer/addons/a3_dms/scripts/fn_SpawnNonPersistentVehicle.sqf b/@ExileServer/addons/a3_dms/scripts/fn_SpawnNonPersistentVehicle.sqf index cf83dcb..a9afebe 100644 --- a/@ExileServer/addons/a3_dms/scripts/fn_SpawnNonPersistentVehicle.sqf +++ b/@ExileServer/addons/a3_dms/scripts/fn_SpawnNonPersistentVehicle.sqf @@ -73,7 +73,7 @@ if (_vehObj isKindOf "Helicopter") then if (!isNil "RS_VLS") then { - [_vehicle] call RS_VLS_sanitizeVehicle; + [_vehObj] call RS_VLS_sanitizeVehicle; }; _vehObj lock 2; @@ -87,4 +87,4 @@ if (DMS_DEBUG) then }; -_vehObj \ No newline at end of file +_vehObj