mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 13:06:02 +01:00
Fix missed diff making horses lose their saddle
This commit is contained in:
parent
019a33f50d
commit
58267995eb
@ -368,7 +368,7 @@ public class EntityHorse extends EntityAnimal implements IInventoryListener {
|
|||||||
int i = this.cl();
|
int i = this.cl();
|
||||||
boolean flag = this.cu();
|
boolean flag = this.cu();
|
||||||
|
|
||||||
this.cM();
|
this.cO();
|
||||||
if (this.ticksLived > 20) {
|
if (this.ticksLived > 20) {
|
||||||
if (i == 0 && i != this.cl()) {
|
if (i == 0 && i != this.cl()) {
|
||||||
this.makeSound("mob.horse.armor", 0.5F, 1.0F);
|
this.makeSound("mob.horse.armor", 0.5F, 1.0F);
|
||||||
|
Loading…
Reference in New Issue
Block a user