Log if there's a problem reading the class bytes
This commit is contained in:
parent
95f0315634
commit
193aae6030
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue