Исправил
This commit is contained in:
parent
5df793cdbd
commit
3a3f6a02ca
@ -20,8 +20,6 @@ namespace ProjectAirFighter.Generics
|
||||
|
||||
public int Insert(T airplane)
|
||||
{
|
||||
if (_places[Count-1] != null)
|
||||
return -1;
|
||||
return Insert(airplane, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user