mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #1467 from ebaydayz/patch-2
Change count back to forEach - fix empty safes
This commit is contained in:
@@ -256,7 +256,7 @@ if (isServer && isNil "sm_done") then {
|
||||
//Monitor the object
|
||||
PVDZE_serverObjectMonitor set [count PVDZE_serverObjectMonitor,_object];
|
||||
};
|
||||
} count (_BuildingQueue + _objectQueue);
|
||||
} forEach (_BuildingQueue + _objectQueue);
|
||||
// # END SPAWN OBJECTS #
|
||||
|
||||
// preload server traders menu data into cache
|
||||
|
||||
Reference in New Issue
Block a user