Log if there's a problem reading the class bytes

This commit is contained in:
Christian 2012-12-27 23:00:37 -05:00
parent 95f0315634
commit 193aae6030

View file

@ -252,7 +252,7 @@ public class RelaunchClassLoader extends URLClassLoader
}
catch (Throwable t)
{
/// HMMM
FMLLog.log(Level.WARNING, t, "Problem loading class");
return new byte[0];
}
}