mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-23 02:25:26 +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() {
|
||||
enchantments = new HashMap<Enchantment, Integer>();
|
||||
closeOnClick = true;
|
||||
amount = 1;
|
||||
}
|
||||
|
||||
public boolean hasVariables() {
|
||||
|
Loading…
Reference in New Issue
Block a user