mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 02:16:29 +03:00
Replace forEach with Count
Use count where you do not need _forEachIndex variable, it's quicker than forEach.
This commit is contained in:
@@ -369,7 +369,7 @@ _filterItems = {
|
||||
LB_CTRL = _lbcontrol;
|
||||
{
|
||||
_lbcontrol lnbDeleteRow _x;
|
||||
} forEach _deleteIndexes;
|
||||
} count _deleteIndexes;
|
||||
};
|
||||
|
||||
_itemPicture = {
|
||||
|
||||
Reference in New Issue
Block a user