From f083a0ef3bf17e6c9a2812758a19230ea1baee1b Mon Sep 17 00:00:00 2001 From: ChipsEater Date: Tue, 22 Nov 2022 15:24:09 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=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 --- SelfPropelledArtilleryUnit/ArtilleryCompareByType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SelfPropelledArtilleryUnit/ArtilleryCompareByType.cs b/SelfPropelledArtilleryUnit/ArtilleryCompareByType.cs index a04a385..6fb9167 100644 --- a/SelfPropelledArtilleryUnit/ArtilleryCompareByType.cs +++ b/SelfPropelledArtilleryUnit/ArtilleryCompareByType.cs @@ -45,7 +45,7 @@ namespace Artilleries if (firstArtillery.Artillery.GetType() != secondArtillery.Artillery.GetType()) { - if (firstArtillery.Artillery.GetType().Name == "DrawningArtillery") + if (firstArtillery.Artillery.GetType().Name == "DrawingArtillery") { return -1; }