фиииииксы
This commit is contained in:
parent
c7823ed7ee
commit
c223781a1c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user