mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-27 19:47:51 +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) {
|
||||
return true;
|
||||
}
|
||||
if (target.getWorld().getWorld().getFullTime() % 10 == 0) {
|
||||
if (target.world.getWorld().getFullTime() % 10 == 0) {
|
||||
setPath();
|
||||
}
|
||||
NMS.look(handle, target);
|
||||
|
Loading…
Reference in New Issue
Block a user