@@ -6,6 +6,6 @@
|
||||
if (!this.entity.isTamed()) {
|
||||
- return false;
|
||||
+ return this.willSit && this.entity.getGoalTarget() == null; // CraftBukkit - Allow sitting for wild animals
|
||||
} else if (this.entity.V()) {
|
||||
} else if (this.entity.isInWater()) {
|
||||
return false;
|
||||
} else if (!this.entity.onGround) {
|
||||
|
||||
Reference in New Issue
Block a user