mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-26 20:16:16 +01:00
Set amount to 1 in Default Icon Contructor
This fixes the API. Otherwise Icons are invisible
This commit is contained in:
parent
b4b74053eb
commit
8565cca795
@ -60,6 +60,7 @@ public class Icon {
|
|||||||
public Icon() {
|
public Icon() {
|
||||||
enchantments = new HashMap<Enchantment, Integer>();
|
enchantments = new HashMap<Enchantment, Integer>();
|
||||||
closeOnClick = true;
|
closeOnClick = true;
|
||||||
|
amount = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean hasVariables() {
|
public boolean hasVariables() {
|
||||||
|
Loading…
Reference in New Issue
Block a user