Even more null fixes.
This commit is contained in:
@@ -109,7 +109,7 @@ public class BlockChest extends AEBaseTileBlock
|
||||
else
|
||||
{
|
||||
final ItemStack cell = tg.getStackInSlot( 1 );
|
||||
if( cell != null )
|
||||
if( !cell.isEmpty() )
|
||||
{
|
||||
final ICellHandler ch = AEApi.instance().registries().cell().getHandler( cell );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user