исправление
This commit is contained in:
parent
b9aefd3433
commit
64497ed675
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user