From 64497ed675400c9635c77001f97946f957726b20 Mon Sep 17 00:00:00 2001 From: ker73rus Date: Tue, 13 Dec 2022 09:43:59 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Stormtrooper/Stormtrooper/AirCompareByType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stormtrooper/Stormtrooper/AirCompareByType.cs b/Stormtrooper/Stormtrooper/AirCompareByType.cs index 7c3b345..dff849b 100644 --- a/Stormtrooper/Stormtrooper/AirCompareByType.cs +++ b/Stormtrooper/Stormtrooper/AirCompareByType.cs @@ -38,7 +38,7 @@ namespace Stormtrooper } if (xAir.GetAirplane.GetType().Name != yAir.GetAirplane.GetType().Name) { - if (xAir.GetAirplane.GetType().Name == "DrawningLocomotive") + if (xAir.GetAirplane.GetType().Name == "DrawningMilitaryAirplane") { return -1; }