mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-01 00:10:40 +01:00
Fixed glass panes in header not having an "empty" name
Relates to https://github.com/BentoBoxWorld/BentoBox/issues/1344
This commit is contained in:
parent
32e174daed
commit
805b376de3
@ -143,7 +143,6 @@ public class TabbedPanel extends Panel implements PanelListener {
|
||||
}
|
||||
// Add any subsidiary icons
|
||||
tab.getTabIcons().forEach(items::put);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -198,5 +197,4 @@ public class TabbedPanel extends Panel implements PanelListener {
|
||||
public void setActiveTab(int activeTab) {
|
||||
this.activeTab = activeTab;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user