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