Skip to content

Commit

Permalink
Use backup tag remove method when rewriting trade list (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed May 9, 2024
1 parent 6b616d8 commit 6292c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ private void cleanInput(@Nullable final Item item) {
}

final CompoundTag tag = item.tag();
tag.remove("VV|DataComponents");
StructuredDataConverter.removeBackupTag(tag);

final CompoundTag display = tag.getCompoundTag("display");
if (display != null) {
Expand Down

0 comments on commit 6292c5a

Please sign in to comment.