Skip to content

Commit

Permalink
Merge pull request #2516 from BentoBoxWorld/2515_Island_Settings_Icon…
Browse files Browse the repository at this point in the history
…_will_not_show

Fix for 2515
  • Loading branch information
tastybento authored Sep 27, 2024
2 parents a5fee6b + 541d966 commit 69de5ea
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 69de5ea

Please sign in to comment.