FUUU
This commit is contained in:
parent
eda76eca77
commit
b2d5d7f167
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ public class TileEntityMiningLaser extends TileEntity implements IPeripheral, IG
|
|||
Block block = Block.blocksList[blockID];
|
||||
if (block == null)
|
||||
return null;
|
||||
if (useDeiterium)
|
||||
if (useDeiterium && grid != null)
|
||||
{
|
||||
IMEInventoryHandler cellArray = grid.getCellArray();
|
||||
if (cellArray != null)
|
||||
|
|
Loading…
Reference in a new issue