Fix for 2515

This commit is contained in:
tastybento 2024-09-27 16:39:38 -07:00
parent a5fee6b37c
commit 541d9667fe

View File

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