Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Burchard36 committed Nov 27, 2021
1 parent eb47265 commit 8161885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/burchard36/inventory/ItemWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public final ItemWrapper addDataBoolean(final String key, final boolean value) {
final PersistentDataContainer dataContainer = this.itemMeta.getPersistentDataContainer();
final NamespacedKey nameKey = new NamespacedKey(ApiLib.INSTANCE, key);
dataContainer.set(nameKey, new PersistentBooleanType(), value);
return this;
}

public final String getStringDataValue(final String key) {
Expand Down

0 comments on commit 8161885

Please sign in to comment.