mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-25 04:05:36 +01:00
Merge pull request #2516 from BentoBoxWorld/2515_Island_Settings_Icon_will_not_show
Fix for 2515
This commit is contained in:
commit
69de5ea564
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user