Skip to content

Commit

Permalink
Fix 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed May 20, 2020
1 parent 3a27dd7 commit df2c768
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -47,6 +47,7 @@ public void run() {
public void updatePlayer(final EntityPlayer entityplayer) {
if (!(entityplayer instanceof EntityHumanNPC)) {
// prevent updates to NPC "viewers"
lastUpdatedPlayer = entityplayer;
super.updatePlayer(entityplayer);
}
}
Expand Down

0 comments on commit df2c768

Please sign in to comment.