Skip to content

Commit

Permalink
removed duplicate tag lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Oct 3, 2022
1 parent 6b705a9 commit 2c36292
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -183,7 +183,6 @@ public Map<ResourceLocation, Collection<Holder<?>>> internalTags() {
@Nullable
public Collection<Holder<T>> getInternal(KnownTag<T> tag) {

Collection<Holder<T>> holderTag = backingResult.tagMap().get(tag.id());
return backingResult.tagMap().get(tag.id());
}

Expand Down

0 comments on commit 2c36292

Please sign in to comment.