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; }