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

View file

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