Add 1000 limit
This commit is contained in:
parent
74f5d1cfe9
commit
01c97f629c
Binary file not shown.
@ -348,7 +348,7 @@ public class App
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!found&&scores.size()<ranks.length) {
|
if (!found&&scores.size()<ranks.length&&thisScore!=1000) {
|
||||||
scores.add(thisScore);
|
scores.add(thisScore);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user