Merge pull request #222 from thatsIch/ignored

Temporary set of catch to ignored if they are ignored
This commit is contained in:
Chris
2014-10-01 20:25:52 -07:00
35 changed files with 76 additions and 76 deletions
@@ -219,7 +219,7 @@ public class ItemFacade extends AEBaseItem implements IFacadeItem, IAlphaPassIte
return super.getItemStackDisplayName( is ) + " - " + in.getDisplayName();
}
}
catch (Throwable t)
catch (Throwable ignored)
{
}
@@ -40,7 +40,7 @@ public class ToolChargedStaff extends AEBasePoweredItem
ServerHelper.proxy.sendToAllNearExcept( null, dx, dy, dz, 32.0, target.worldObj, new PacketLightning( dx, dy, dz ) );
}
}
catch (IOException e)
catch (IOException ignored)
{
}