This commit is contained in:
ZLOFENIX 2013-12-12 03:00:53 +04:00
parent eda76eca77
commit b2d5d7f167

View file

@ -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)