Paper/nms-patches/PathfinderGoalSit.patch
2014-11-28 16:54:14 -06:00

10 Zeilen
344 B
Diff

@@ -12,7 +12,7 @@
public boolean a() {
if (!this.entity.isTamed()) {
- return false;
+ return this.willSit && this.entity.getGoalTarget() == null; // CraftBukkit - Allow sitting for wild animals
} else if (this.entity.V()) {
return false;
} else if (!this.entity.onGround) {