diff --git a/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs b/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs index d55c86d..d563533 100644 --- a/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs +++ b/Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs @@ -185,6 +185,7 @@ namespace Stormtrooper int currentWidth = width - 1; int currentHeight = 0; + foreach (var air in _setAirs.GetAirs()) {