From 6834a0e49678e59e78fa91b62930716c65eff874 Mon Sep 17 00:00:00 2001 From: foxkerik6 Date: Thu, 1 Dec 2022 00:03:16 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B8=20=D0=B5=D1=89=D1=91=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Stormtrooper/Stormtrooper/MapWithSetAirplaneGeneric.cs | 1 + 1 file changed, 1 insertion(+) 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()) {