This commit is contained in:
fullwall 2020-05-20 16:29:43 +08:00
parent 3a27dd79bf
commit df2c7689fe

View File

@ -47,6 +47,7 @@ public class PlayerlistTracker extends PlayerChunkMap.EntityTracker {
public void updatePlayer(final EntityPlayer entityplayer) {
if (!(entityplayer instanceof EntityHumanNPC)) {
// prevent updates to NPC "viewers"
lastUpdatedPlayer = entityplayer;
super.updatePlayer(entityplayer);
}
}