Merge pull request #1 from Vishpala/Vishpala-patch-1

Fix Variable Error for RS_VLS Call
This commit is contained in:
Vishpala 2015-09-28 09:54:06 -07:00
commit b38305a6aa

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