some more css & "no results found"
This commit is contained in:
@@ -53,6 +53,9 @@ public class BonusManager {
|
||||
}
|
||||
list.sort((a, b) -> Integer.compare(b.second, a.second));
|
||||
|
||||
if (list.get(0).second.equals(0)){
|
||||
return new ArrayList<>();
|
||||
}
|
||||
ArrayList<BonusItem> top10 = new ArrayList<>();
|
||||
int i = 0;
|
||||
while (top10.size() < 10) {
|
||||
|
||||
Reference in New Issue
Block a user