Seriously fix natural drops. Fixes BUKKIT-1297 and fixes BUKKIT-1295
This commit is contained in:
@@ -218,7 +218,7 @@ public class ItemInWorldManager {
|
||||
|
||||
if (this.isCreative()) {
|
||||
// CraftBukkit start - honour additions to drop list
|
||||
Block.byId[l].doActualDrop(this.world, this.player, i, j, k, i1);
|
||||
Block.byId[l].doActualDrop(this.world, i, j, k);
|
||||
// CraftBukkit end
|
||||
((EntityPlayer) this.player).netServerHandler.sendPacket(new Packet53BlockChange(i, j, k, this.world));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user