mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-28 12:07:38 +01:00
Update MCTargetStrategy.java
This commit is contained in:
parent
c2858ec81e
commit
c386b77f7c
@ -119,7 +119,7 @@ public class MCTargetStrategy implements PathStrategy, EntityTarget {
|
|||||||
if (cancelReason != null) {
|
if (cancelReason != null) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (target.getWorld().getWorld().getFullTime() % 10 == 0) {
|
if (target.world.getWorld().getFullTime() % 10 == 0) {
|
||||||
setPath();
|
setPath();
|
||||||
}
|
}
|
||||||
NMS.look(handle, target);
|
NMS.look(handle, target);
|
||||||
|
Loading…
Reference in New Issue
Block a user