Fixed duping exploit.
This commit is contained in:
parent
b075a58657
commit
b054cfdda7
@ -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…
x
Reference in New Issue
Block a user