mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #1492 from ebaydayz/patch-2
Change count back to forEach
This commit is contained in:
@@ -41,5 +41,5 @@ _hasItems = true;
|
|||||||
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
|
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
|
||||||
cutText [format[(localize "STR_EPOCH_ACTIONS_12"), _missingQty, _textMissing], "PLAIN DOWN"];
|
cutText [format[(localize "STR_EPOCH_ACTIONS_12"), _missingQty, _textMissing], "PLAIN DOWN"];
|
||||||
};
|
};
|
||||||
} count _items;
|
} forEach _items;
|
||||||
_hasItems
|
_hasItems
|
||||||
|
|||||||
Reference in New Issue
Block a user