character selector
This commit is contained in:
parent
0af8ca57d1
commit
74f730e450
24 changed files with 554 additions and 154 deletions
|
@ -371,7 +371,7 @@ public class EntityTrackerEntry {
|
|||
double d1 = playerMP.posZ - (double)(this.encodedPosZ / 32);
|
||||
return d0 >= (double)(-this.trackingDistanceThreshold) && d0 <= (double)this.trackingDistanceThreshold
|
||||
&& d1 >= (double)(-this.trackingDistanceThreshold) && d1 <= (double)this.trackingDistanceThreshold
|
||||
; // && this.trackedEntity.isVisibleTo(playerMP);
|
||||
&& this.trackedEntity.isVisibleTo(playerMP);
|
||||
}
|
||||
|
||||
private boolean isPlayerWatchingThisChunk(EntityNPC playerMP) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue