Temporary set of catch to ignored if they are ignored
This commit is contained in:
@@ -195,7 +195,7 @@ public class GuiInterfaceTerminal extends AEBaseGui
|
||||
current.inv.setInventorySlotContents( x, ItemStack.loadItemStackFromNBT( invData.getCompoundTag( which ) ) );
|
||||
}
|
||||
}
|
||||
catch (NumberFormatException ex)
|
||||
catch (NumberFormatException ignored)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user