mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Merge branch 'development' into feature/launch-by-uuid
This commit is contained in:
@@ -38,6 +38,9 @@ public class ServerDescription implements Comparable<ServerDescription> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int compareTo(ServerDescription o) {
|
public int compareTo(ServerDescription o) {
|
||||||
|
if (this.getServerName().equalsIgnoreCase(o.getServerName())) {
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
return this.getServerName().compareTo(o.getServerName());
|
return this.getServerName().compareTo(o.getServerName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user