Fixed another crash from the Entropy Manipulator.

I have no words for this one.
This commit is contained in:
Gunther De Wachter
2017-07-02 06:57:40 +02:00
parent ee774cd3f8
commit 5ebd8452bf
@@ -178,7 +178,7 @@ public class ToolEntropyManipulator extends AEBasePoweredItem implements IBlockT
w.setBlockToAir( pos );
}
if( !r.getDrops().isEmpty() )
if( r.getDrops() != null )
{
Platform.spawnDrops( w, pos, r.getDrops() );
}