Skip to content

Commit

Permalink
Fixed SettingsMenu size issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Devlrxxh committed Feb 25, 2024
1 parent 5ad17db commit 367a018
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/me/lrxh/practice/setting/SettingsMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ public Filters getFilter() {
return Filters.valueOf(Practice.getInstance().getMenusConfig().getString("SETTINGS.FILTER"));
}

public boolean resetCursor() {
return false;
}

@Override
public Map<Integer, Button> getButtons(Player player) {
HashMap<Integer, Button> buttons = new HashMap<>();
Expand Down

0 comments on commit 367a018

Please sign in to comment.