Fix drops of StairBlocks

Dieser Commit ist enthalten in:
Erik Broes 2011-11-30 20:19:15 +01:00
Ursprung c6af919114
Commit 67924529a0

Datei anzeigen

@ -113,10 +113,6 @@ public class BlockStairs extends Block {
this.a.remove(world, i, j, k); this.a.remove(world, i, j, k);
} }
public void dropNaturally(World world, int i, int j, int k, int l, float f, int i1) {
this.a.dropNaturally(world, i, j, k, 0, f, i1); // CraftBukkit - don't propagate stair direction
}
public void b(World world, int i, int j, int k, Entity entity) { public void b(World world, int i, int j, int k, Entity entity) {
this.a.b(world, i, j, k, entity); this.a.b(world, i, j, k, entity);
} }