фиииииксы

This commit is contained in:
Marselchi 2023-11-24 15:30:02 +04:00
parent c7823ed7ee
commit c223781a1c

View File

@ -70,7 +70,7 @@ namespace Liner.Generics
/// <returns></returns>
public bool Remove(int position)
{
if(_places.Count >= position && position >= 0)
if(_places.Count > position && position >= 0)
{
_places.RemoveAt(position);
return true;