Fix Variable Error for RS_VLS Call

This commit is contained in:
Vishpala 2015-09-28 09:53:57 -07:00
parent fe69ae7a73
commit 2de8773861

View File

@ -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
_vehObj