Changed to Null ItemStack instead of null.
This commit is contained in:
@@ -93,7 +93,7 @@ public class TileItemGen extends AEBaseTile implements IInventory
|
||||
@Override
|
||||
public ItemStack removeStackFromSlot( final int i )
|
||||
{
|
||||
return null;
|
||||
return ItemStack.EMPTY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user