mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Readd hive shutdown code from 1051 #1822
Fixes hive connection error when child 302 call fails.
This commit is contained in:
@@ -149,6 +149,7 @@ server_hiveReadWrite = {
|
||||
_data = "HiveExt" callExtension _key;
|
||||
//diag_log ("READ/WRITE: " +str(_data));
|
||||
_resultArray = call compile str formatText["%1", _data];
|
||||
if (isNil "_resultArray") then {_resultArray = "HIVE CONNECTION ERROR";};
|
||||
_resultArray
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user