mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +01:00
Fixed duping exploit.
This commit is contained in:
parent
b075a58657
commit
b054cfdda7
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
|
|||
for (org.bukkit.inventory.ItemStack stack: event.getDrops()) {
|
||||
cworld.dropItemNaturally(craftEntity.getLocation(), stack);
|
||||
}
|
||||
|
||||
this.x();
|
||||
// CraftBukkit end
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue