Remove SQF Based Duplicate UID Fix

Use the new DLL
This commit is contained in:
icomrade
2016-07-17 10:52:40 -04:00
parent 42db0a9108
commit c702d92231
2 changed files with 0 additions and 11 deletions

View File

@@ -67,7 +67,6 @@ if (_status == "ObjectStreamStart") then {
_hitPoints = if ((typeName (_x select 6)) == "ARRAY") then { _x select 6 } else { [] };
_fuel = if ((typeName (_x select 7)) == "SCALAR") then { _x select 7 } else { 0 };
_damage = if ((typeName (_x select 8)) == "SCALAR") then { _x select 8 } else { 0.9 };
_worldspace call dayz_objectUID2; // Set objectUIDs in currentObjectUIDs list to prevent duplicates
//set object to be in maintenance mode
_maintenanceMode = false;