Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Fix broken disabling of async entity tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
windcolor-dev committed May 23, 2022
1 parent 67ee05c commit be6baec
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,7 @@ private boolean withinNoTrack(Entity entity) {

@Override
public void accept(EntityPlayer entityPlayer) {
if (!WindSpigotConfig.disableTracking || tracker.passenger == entityPlayer) {
updatePlayer(entityPlayer);
}
updatePlayer(entityPlayer);
}
};

Expand Down

0 comments on commit be6baec

Please sign in to comment.