9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-31 04:46:42 +00:00

requested changes

This commit is contained in:
Boy
2023-02-06 17:42:15 +01:00
parent 498370cc8e
commit 382eed9982

View File

@@ -39,7 +39,7 @@ public class Menus {
return MENUS.containsValue(menu);
}
public static Menu getDefaultMenu() { return MENUS.get(Settings.getDefaultMenu()); }
public static Menu getDefaultMenu() { return Menus.getMenu(Settings.getDefaultMenu()); }
public static List<String> getMenuNames() {
List<String> names = new ArrayList<>();