forked from Upstream/mmocore
Bug fixing related to the "selected" item.
This commit is contained in:
parent
a1e817f22c
commit
56a84015ac
@ -101,7 +101,8 @@ public class SkillList extends EditableInventory {
|
||||
|
||||
public class SelectedItem extends InventoryItem<SkillViewerInventory> {
|
||||
public SelectedItem(ConfigurationSection config) {
|
||||
super(config);
|
||||
//We must use this constructor to show that there are not specified material
|
||||
super(Material.BARRIER,config);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user