mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
More #1288
This commit is contained in:
@@ -17,7 +17,7 @@ _newObjects = [];
|
||||
};
|
||||
_newObjects set [count _newObjects,_type];
|
||||
};
|
||||
} count _currentObjects;
|
||||
} forEach _currentObjects;
|
||||
|
||||
//Compare current loadout with old loadout
|
||||
_newObjects = [];
|
||||
@@ -31,6 +31,6 @@ _newObjects = [];
|
||||
};
|
||||
_newObjects set [count _newObjects,_type];
|
||||
};
|
||||
} count _checkObjects;
|
||||
} forEach _checkObjects;
|
||||
|
||||
_change;
|
||||
Reference in New Issue
Block a user