Remove empty else if clause

This commit is contained in:
Ossian Winter 2021-01-27 15:30:45 +01:00
parent 2715b7bdd6
commit 0933c393cb
No known key found for this signature in database
GPG Key ID: 1017BE95C68A39F9
1 changed files with 0 additions and 2 deletions

View File

@ -88,8 +88,6 @@ public final class EnabledModsComponent extends DraggableHudComponent {
return firstName.compareToIgnoreCase(secondName);
};
mods.sort(alphabeticalComparator);
} else if (SORTING_MODE.equals(UNSORTED)) {
}
for (Module mod : mods) {