SPIGOT-6207: forcibly drop the items of a converted zombie villager

By: Julian van den Berkmortel <julianvdberkmortel@outlook.com>
This commit is contained in:
CraftBukkit/Spigot 2021-04-12 08:28:19 +10:00
parent 103e1bf3b5
commit 304aa91bb1

View file

@ -76,7 +76,17 @@
EnumItemSlot[] aenumitemslot = EnumItemSlot.values();
int i = aenumitemslot.length;
@@ -226,7 +248,7 @@
@@ -200,7 +222,9 @@
double d0 = (double) this.e(enumitemslot);
if (d0 > 1.0D) {
+ this.forceDrops = true; // CraftBukkit
this.a(itemstack);
+ this.forceDrops = false; // CraftBukkit
}
}
}
@@ -226,7 +250,7 @@
}
}