mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 15:16:45 +01:00
Regardless of case, we need both a position & stat value for this.
Fixes #541
This commit is contained in:
parent
0a295f7738
commit
ea4048dce9
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user