mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Avoid format character limit in server_hiveReadWrite
Vanilla commit: https://github.com/DayZMod/DayZ/pull/757
This commit is contained in:
@@ -134,7 +134,7 @@ server_hiveReadWrite = {
|
||||
//diag_log ("ATTEMPT READ/WRITE: " + _key);
|
||||
_data = "HiveExt" callExtension _key;
|
||||
//diag_log ("READ/WRITE: " +str(_data));
|
||||
_resultArray = call compile format ["%1",_data];
|
||||
_resultArray = call compile str formatText["%1", _data];
|
||||
_resultArray
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user