Exceptions during construction phase should not propogate and cause an immediate crash. Closes #638
This commit is contained in:
parent
5f7c3bd72d
commit
e1ed3c07c2
1 changed files with 0 additions and 1 deletions
|
@ -513,7 +513,6 @@ public class FMLModContainer implements ModContainer
|
||||||
catch (Throwable e)
|
catch (Throwable e)
|
||||||
{
|
{
|
||||||
controller.errorOccurred(this, e);
|
controller.errorOccurred(this, e);
|
||||||
Throwables.propagateIfPossible(e);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue