Skip to content

Commit

Permalink
Fixed nested tags breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Sep 8, 2023
1 parent bfbe8c1 commit e435e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public boolean testTagOrElementLocation(ExtraCodecs.TagOrElementLocation element

@Override
public int add(TagWrapper wrapper) {
wrapper.entries.add(new TagLoader.EntryWithSource(TagEntry.tag(wrapper.id), TagEventJS.SOURCE));
wrapper.entries.add(new TagLoader.EntryWithSource(TagEntry.tag(tag.id), TagEventJS.SOURCE));
return 1;
}

Expand Down

0 comments on commit e435e42

Please sign in to comment.