mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
zeroweather and large hive read for vehicles
This commit is contained in:
@@ -87,7 +87,7 @@ if (isServer and isNil "sm_done") then {
|
||||
_objectCount = _hiveResponse select 1;
|
||||
diag_log ("HIVE: Commence Object Streaming...");
|
||||
for "_i" from 1 to _objectCount do {
|
||||
_hiveResponse = _key call server_hiveReadWrite;
|
||||
_hiveResponse = _key call server_hiveReadWriteLarge;
|
||||
_objectArray set [_i - 1, _hiveResponse];
|
||||
//diag_log (format["HIVE dbg %1 %2", typeName _hiveResponse, _hiveResponse]);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user