mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Don't merge the array (Not sure if this is correctly)
This commit is contained in:
@@ -70,7 +70,6 @@ if (isServer and isNil "sm_done") then {
|
|||||||
};
|
};
|
||||||
diag_log ("HIVE: got " + str(count(_BuildingQueue)) + " Epoch Objects and " + str(count(_objectQueue)) + " Vehicles");
|
diag_log ("HIVE: got " + str(count(_BuildingQueue)) + " Epoch Objects and " + str(count(_objectQueue)) + " Vehicles");
|
||||||
|
|
||||||
_finalEpochObjArray = _BuildingQueue + _objectQueue;
|
|
||||||
// # NOW SPAWN OBJECTS #
|
// # NOW SPAWN OBJECTS #
|
||||||
_totalvehicles = 0;
|
_totalvehicles = 0;
|
||||||
{
|
{
|
||||||
@@ -248,8 +247,7 @@ if (isServer and isNil "sm_done") then {
|
|||||||
//Monitor the object
|
//Monitor the object
|
||||||
PVDZE_serverObjectMonitor set [count PVDZE_serverObjectMonitor,_object];
|
PVDZE_serverObjectMonitor set [count PVDZE_serverObjectMonitor,_object];
|
||||||
};
|
};
|
||||||
} forEach _finalEpochObjArray;
|
} forEach (_BuildingQueue + _objectQueue);
|
||||||
|
|
||||||
// # END SPAWN OBJECTS #
|
// # END SPAWN OBJECTS #
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user