Update MCTargetStrategy.java

This commit is contained in:
fullwall 2014-04-06 20:43:21 +08:00
parent c2858ec81e
commit c386b77f7c

View File

@ -119,7 +119,7 @@ public class MCTargetStrategy implements PathStrategy, EntityTarget {
if (cancelReason != null) {
return true;
}
if (target.getWorld().getWorld().getFullTime() % 10 == 0) {
if (target.world.getWorld().getFullTime() % 10 == 0) {
setPath();
}
NMS.look(handle, target);