Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed May 16, 2020
1 parent e736874 commit 3a27dd7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -975,7 +975,7 @@ public void replaceTrackerEntry(Player player) {
PlayerlistTracker replace = new PlayerlistTracker(server.getChunkProvider().playerChunkMap, entry);
server.getChunkProvider().playerChunkMap.trackedEntities.put(player.getEntityId(), replace);
if (getHandle(player) instanceof EntityHumanNPC) {
((EntityHumanNPC) getHandle(player)).setTracked();
((EntityHumanNPC) getHandle(player)).setTracked(replace);
}
}

Expand Down

0 comments on commit 3a27dd7

Please sign in to comment.