mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Regardless of case, we need both a position & stat value for this.
Fixes #541
This commit is contained in:
@ -220,10 +220,10 @@ public class Leaderboard {
|
||||
currentPos++;
|
||||
continue;
|
||||
}
|
||||
return new int[] {0};
|
||||
return new int[] {0, 0};
|
||||
}
|
||||
|
||||
return new int[] {0};
|
||||
return new int[] {0, 0};
|
||||
}
|
||||
|
||||
private static class SkillComparator implements Comparator<PlayerStat> {
|
||||
|
Reference in New Issue
Block a user