mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 06:02:56 +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:
@@ -42,7 +42,7 @@ if (_button == 1) then {
|
||||
/*
|
||||
This flag means that the action is output oriented
|
||||
the output class will then be transferred to the script
|
||||
and the type used for the name
|
||||
&& the type used for the name
|
||||
*/
|
||||
_array = getArray (_config >> "output");
|
||||
_outputClass = _array select 0;
|
||||
|
||||
Reference in New Issue
Block a user