fix #2472
This commit is contained in:
parent
a37c123662
commit
85ff775fcf
1 changed files with 0 additions and 5 deletions
|
@ -113,11 +113,6 @@ public class BlockMiner {
|
|||
+ (meta << 12));
|
||||
|
||||
Utils.preDestroyBlock(world, x, y, z);
|
||||
|
||||
if (block.hasTileEntity(meta)) {
|
||||
world.removeTileEntity(x, y, z);
|
||||
}
|
||||
|
||||
world.setBlockToAir(x, y, z);
|
||||
} else {
|
||||
hasFailed = true;
|
||||
|
|
Loading…
Reference in a new issue