исправление

This commit is contained in:
ker73rus 2022-12-13 09:43:59 +04:00
parent b9aefd3433
commit 64497ed675

View File

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