Skip to content

Commit

Permalink
Update TagRendererImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-MoMi committed Nov 17, 2024
1 parent 43e006f commit 6fe8625
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ public boolean isValid() {

@Override
public void onTick() {
if (!isValid()) return;

Set<CNPlayer> playersToUpdatePassengers = new ObjectOpenHashSet<>();
Set<CNPlayer> tagTranslationUpdates = new ObjectOpenHashSet<>();

Expand Down

0 comments on commit 6fe8625

Please sign in to comment.