Update for 1.7.3

This commit is contained in:
Dinnerbone
2011-07-08 13:25:53 +01:00
parent cc635ed51c
commit 2f218ba6b1
18 changed files with 99 additions and 59 deletions

View File

@@ -50,7 +50,7 @@ public class EntityTrackerEntry {
public void track(List list) {
this.m = false;
if (!this.r || this.tracker.d(this.o, this.p, this.q) > 16.0D) {
if (!this.r || this.tracker.e(this.o, this.p, this.q) > 16.0D) {
this.o = this.tracker.locX;
this.p = this.tracker.locY;
this.q = this.tracker.locZ;