We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb9387 commit 0424e99Copy full SHA for 0424e99
src/main/java/fi/fabianadrian/playerlist/list/sorting/Sorter.java
@@ -23,7 +23,7 @@ public SortingOrder order() {
23
}
24
25
public Comparator<Player> comparator() {
26
- if (this.order == SortingOrder.ASCENDING || comparator == null) {
+ if (this.order == SortingOrder.DESCENDING || comparator == null) {
27
return comparator;
28
} else {
29
return comparator.reversed();
0 commit comments