mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-27 00:45:40 +01:00
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 class SelectedItem extends InventoryItem<SkillViewerInventory> {
|
||||||
public SelectedItem(ConfigurationSection config) {
|
public SelectedItem(ConfigurationSection config) {
|
||||||
super(config);
|
//We must use this constructor to show that there are not specified material
|
||||||
|
super(Material.BARRIER,config);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user