From 26d4999deffae25a5fe37feba081dddbec4ea203 Mon Sep 17 00:00:00 2001 From: He-Man Date: Tue, 7 Mar 2017 09:33:31 +0100 Subject: [PATCH] deleted redundant variable variable "_units = []" was twice --- Sources/epoch_code/compile/EPOCH_unitSpawn.sqf | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf b/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf index 3d7280aa..6b9f94e5 100644 --- a/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf +++ b/Sources/epoch_code/compile/EPOCH_unitSpawn.sqf @@ -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;