mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-28 05:35:45 +01:00
Fix typo
This commit is contained in:
parent
118223f884
commit
18bd700f75
@ -132,7 +132,7 @@ public class ByIdArray<T> implements Iterable<T> {
|
||||
private int expected = ByIdArray.this.modCount;
|
||||
private int idx;
|
||||
{
|
||||
if (lowest == Integer.MIN_VALUE || elementData[lowest] == null) {
|
||||
if (lowest == Integer.MAX_VALUE || elementData[lowest] == null) {
|
||||
recalcLowest();
|
||||
}
|
||||
idx = lowest;
|
||||
|
Loading…
Reference in New Issue
Block a user