Merge pull request #707 from Ignatz-HeMan/patch-1

deleted redundant variable
This commit is contained in:
vbawol 2017-03-07 06:14:14 -06:00 committed by GitHub
commit f44121ab15

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;