zeroweather and large hive read for vehicles

This commit is contained in:
[VB]AWOL
2013-11-06 20:47:22 -06:00
parent 2427367a42
commit 76cff49af5
3 changed files with 103 additions and 3 deletions

View File

@@ -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]);
};