Исправил

This commit is contained in:
goblinrf 2023-10-16 17:52:57 +03:00
parent 5df793cdbd
commit 3a3f6a02ca

View File

@ -20,8 +20,6 @@ namespace ProjectAirFighter.Generics
public int Insert(T airplane)
{
if (_places[Count-1] != null)
return -1;
return Insert(airplane, 0);
}