We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e37c23 commit 698df74Copy full SHA for 698df74
1 file changed
src/main/java/com/gmail/filoghost/chestcommands/api/Icon.java
@@ -41,16 +41,8 @@ public class Icon {
41
42
private Set<Variable> nameVariables;
43
private Map<Integer, Set<Variable>> loreVariables;
44
- private ItemStack cachedItem; // When
45
- // there
46
- // are
47
- // no
48
- // variables,
49
- // we
50
- // don't
51
- // recreate
52
- // the
53
- // item.
+ // When there are no variables, we don't recreate the item.
+ private ItemStack cachedItem;
54
55
public Icon() {
56
enchantments = new HashMap<Enchantment, Integer>();
0 commit comments