Fix NPE when branding isn't present

This commit is contained in:
Christian 2013-03-31 10:01:46 -04:00
parent 5be6e8b756
commit cc2bf9d8ac
1 changed files with 1 additions and 1 deletions

View File

@ -831,7 +831,7 @@ public class Loader
{
loaded.load(getClass().getClassLoader().getResourceAsStream("fmlbranding.properties"));
}
catch (IOException e)
catch (Exception e)
{
// File not found - ignore
}