Skip to content

Commit

Permalink
Fix for 2515
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Sep 27, 2024
1 parent a5fee6b commit 541d966
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public boolean execute(User user, String label, List<String> args) {
.tab(2, new SettingsTab(getWorld(), user, Flag.Type.SETTING))
.startingSlot(1)
.size(54)
.hideIfEmpty()
.build().openPanel();
return true;
}
Expand Down

0 comments on commit 541d966

Please sign in to comment.