Temporary set of catch to ignored if they are ignored
This commit is contained in:
@@ -19,7 +19,7 @@ public class MissingCoreMod extends CustomModLoadingErrorDisplayException
|
||||
clz.getField( "mc" );
|
||||
deobf = true;
|
||||
}
|
||||
catch (Throwable e)
|
||||
catch (Throwable ignored)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user