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