фикс
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Liner.Generics
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_places.Count >= position && position >= 0)
|
||||
if (_places.Count > position && position >= 0)
|
||||
{
|
||||
return _places[position];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user