Skip to content

Commit

Permalink
Merge branch 'pr/204'
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Dec 14, 2022
2 parents 13c3f86 + cc61fc1 commit 9e79a60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void mergeCompound(NBTCompound comp) {
@Override
public void mergeCompound(ReadableNBT comp) {
if (comp instanceof NBTCompound) {
mergeCompound(comp);
mergeCompound((NBTCompound) comp);
} else {
throw new NbtApiException("Unknown NBT object: " + comp);
}
Expand Down

0 comments on commit 9e79a60

Please sign in to comment.