mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix blank remove attachment text M4, M240, L110
Some attachments were using incorrect string names.
This commit is contained in:
@@ -49,7 +49,7 @@ if (_status == "ObjectStreamStart") then {
|
||||
//Stream Objects
|
||||
diag_log ("HIVE: Commence Object Streaming...");
|
||||
for "_i" from 1 to _val do {
|
||||
_result = _key call server_hiveReadWrite;
|
||||
_result = _key call server_hiveReadWriteLarge;
|
||||
_status = _result select 0;
|
||||
_myArray set [count _myArray,_result];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user