Skip to content

Commit e7d9914

Browse files
committed
Small Fix
1 parent 66fc6d1 commit e7d9914

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.idea/workspace.xml

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/github/cozyplugins/cozylibrary/item/NBTItemAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public S convert(@NotNull ConfigurationSection section) {
237237
}
238238

239239
// Convert nbt.
240-
this.setNBTMap(section.getMap("nbt", new HashMap<>()));
240+
this.setNBTMapHalfMap(section.getMap("nbt", new HashMap<>()));
241241
return (S) this;
242242
}
243243

0 commit comments

Comments
 (0)