mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-23 21:21:28 +07:00
Fixed attribute labels sort order
This commit is contained in:
parent
597835ab08
commit
f811a85141
@ -273,7 +273,7 @@ public class StatListLabeler {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int compareTo(Tuple other) {
|
public int compareTo(Tuple other) {
|
||||||
return NumberUtils.compare(descPriority, other.descPriority);
|
return NumberUtils.compare(other.descPriority, descPriority);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user