Temporary set of catch to ignored if they are ignored
This commit is contained in:
@@ -171,7 +171,7 @@ public class AppEngInternalAEInventory implements IInventory, Iterable<ItemStack
|
||||
|
||||
target.setTag( "#" + x, c );
|
||||
}
|
||||
catch (Exception err)
|
||||
catch (Exception ignored)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user