mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Fix Variable Error for RS_VLS Call
This commit is contained in:
parent
fe69ae7a73
commit
2de8773861
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user