mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
Update to Minecraft 1.13-pre7
This commit is contained in:
@@ -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.isInWater()) {
|
||||
} else if (this.entity.aq()) {
|
||||
return false;
|
||||
} else if (!this.entity.onGround) {
|
||||
|
Reference in New Issue
Block a user