mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
deleted redundant variable
variable "_units = []" was twice
This commit is contained in:
parent
5857f56583
commit
26d4999def
@ -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…
x
Reference in New Issue
Block a user