Skip to content

Commit

Permalink
fix: entity data sync not working
Browse files Browse the repository at this point in the history
Fixes #44
  • Loading branch information
ishland committed Jun 1, 2023
1 parent 3996333 commit 11fe26b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -34,6 +34,7 @@ public abstract class MixinEntityTrackerEntry implements EntityTrackerEntryExten

@Override
public void vmp$syncEntityData() {
trackingTick ++;
if (this.trackingTick % this.tickInterval == 0) { // [VanillaCopy]
this.syncEntityData();
}
Expand Down

0 comments on commit 11fe26b

Please sign in to comment.