fix compile error
This commit is contained in:
parent
f532ce15c0
commit
04edbabdf4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public class BlockNuke extends BaseBlock implements ITexturedBlock {
|
||||||
public void onBlockAdded(World worldIn, BlockPos pos, IBlockState state) {
|
public void onBlockAdded(World worldIn, BlockPos pos, IBlockState state) {
|
||||||
super.onBlockAdded(worldIn, pos, state);
|
super.onBlockAdded(worldIn, pos, state);
|
||||||
if (worldIn.isBlockPowered(pos)) {
|
if (worldIn.isBlockPowered(pos)) {
|
||||||
this.explode(worldIn, pos, state, null););
|
this.explode(worldIn, pos, state, null);
|
||||||
worldIn.setBlockToAir(pos);
|
worldIn.setBlockToAir(pos);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue