deleted redundant variable

variable "_units = []" was twice
This commit is contained in:
He-Man 2017-03-07 09:33:31 +01:00 committed by GitHub
parent 5857f56583
commit 26d4999def

View File

@ -170,7 +170,6 @@ switch _unitClass do {
getNumber (getMissionConfig "CfgEpochSoldier" >> "maxCommanding"),
getNumber (getMissionConfig "CfgEpochSoldier" >> "maxGeneral")
];
_units = [];
for "_i" from 0 to (_unitCount - 1) do {
_unit = _grp createUnit[selectRandom _arrUnits, _pos, [], 0, "FORM"];
_units pushBack _unit;