mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge pull request #707 from Ignatz-HeMan/patch-1
deleted redundant variable
This commit is contained in:
commit
f44121ab15
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user