mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
SPIGOT-1764: Perform drops regardless of loot table
This commit is contained in:
parent
9e8c377287
commit
97f0011855
@ -108,6 +108,15 @@
|
||||
NBTTagList nbttaglist;
|
||||
int i;
|
||||
|
||||
@@ -406,7 +464,7 @@
|
||||
}
|
||||
|
||||
this.dropEquipment(flag, i);
|
||||
- } else {
|
||||
+ } { // CraftBukkit - remove else
|
||||
super.a(flag, i, damagesource);
|
||||
}
|
||||
|
||||
@@ -549,11 +607,11 @@
|
||||
double d2 = entityhuman.locZ - this.locZ;
|
||||
double d3 = d0 * d0 + d1 * d1 + d2 * d2;
|
||||
|
Loading…
Reference in New Issue
Block a user