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
+1 -1
View File
@@ -757,7 +757,7 @@ public class Platform
// if this fails for some reason, try the other method.
return Loader.isModLoaded( modid );
}
catch (Throwable e)
catch (Throwable ignored)
{
}