Remove global ObjectID and ObjectUID from server functions

All ObjectIDs and ObjectUIDs are only visible on the server now no longer on the client.
This commit is contained in:
A Man
2022-03-25 14:29:00 +01:00
parent 2168d504bb
commit d4e6e786d2
17 changed files with 17 additions and 28 deletions

View File

@@ -37,7 +37,6 @@ server_obj_inv = {
[getWeaponCargo _object, getMagazineCargo _object, getBackpackCargo _object]
};
local _previous = str(_object getVariable["lastInventory",[]]);
if (str _inventory != _previous) then {
local _key = "";