Add 1000 limit

This commit is contained in:
Joshua Sigona 2021-03-07 17:05:39 +09:00
parent 74f5d1cfe9
commit 01c97f629c
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -348,7 +348,7 @@ public class App
break;
}
}
if (!found&&scores.size()<ranks.length) {
if (!found&&scores.size()<ranks.length&&thisScore!=1000) {
scores.add(thisScore);
}
} else {

Binary file not shown.