This commit is contained in:
parent
ab4c27ad77
commit
51b2727555
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ public class Loader implements Util {
|
||||||
loaderReloader.loadClass(Tweaker.class.getName()).getMethod("load").invoke(null);
|
loaderReloader.loadClass(Tweaker.class.getName()).getMethod("load").invoke(null);
|
||||||
} catch (IllegalAccessException | InvocationTargetException | NoSuchMethodException |
|
} catch (IllegalAccessException | InvocationTargetException | NoSuchMethodException |
|
||||||
ClassNotFoundException e) {
|
ClassNotFoundException e) {
|
||||||
|
e.printStackTrace();
|
||||||
JOptionPane.showMessageDialog(null, "BaseBand has downloaded a significant update. Please restart Minecraft.");
|
JOptionPane.showMessageDialog(null, "BaseBand has downloaded a significant update. Please restart Minecraft.");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue