mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 11:11:52 +03:00
Change count back to forEach
Can not nest count loops inside other count loops: https://community.bistudio.com/wiki/Code_Optimisation#forEach_vs_count
This commit is contained in:
@@ -150,4 +150,4 @@ if (_nearbyCount < 1) exitwith
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
} count _nearby;
|
} forEach _nearby;
|
||||||
|
|||||||
Reference in New Issue
Block a user