Temporary set of catch to ignored if they are ignored
This commit is contained in:
@@ -24,7 +24,7 @@ public class CreativeCellInventory implements IMEInventoryHandler<IAEItemStack>
|
||||
{
|
||||
return new CellInventoryHandler( new CreativeCellInventory( o ) );
|
||||
}
|
||||
catch (AppEngException e)
|
||||
catch (AppEngException ignored)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user