Merge pull request #2516 from BentoBoxWorld/2515_Island_Settings_Icon_will_not_show

Fix for 2515
This commit is contained in:
tastybento 2024-09-27 16:44:12 -07:00 committed by GitHub
commit 69de5ea564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,6 @@ public class IslandSettingsCommand extends CompositeCommand {
.tab(2, new SettingsTab(getWorld(), user, Flag.Type.SETTING)) .tab(2, new SettingsTab(getWorld(), user, Flag.Type.SETTING))
.startingSlot(1) .startingSlot(1)
.size(54) .size(54)
.hideIfEmpty()
.build().openPanel(); .build().openPanel();
return true; return true;
} }