log more
All checks were successful
/ Build BaseBand Loader (push) Successful in 1m59s

This commit is contained in:
Daniella / Tove 2024-10-14 02:19:02 +02:00
parent ab4c27ad77
commit 51b2727555
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -380,6 +380,7 @@ public class Loader implements Util {
loaderReloader.loadClass(Tweaker.class.getName()).getMethod("load").invoke(null);
} catch (IllegalAccessException | InvocationTargetException | NoSuchMethodException |
ClassNotFoundException e) {
e.printStackTrace();
JOptionPane.showMessageDialog(null, "BaseBand has downloaded a significant update. Please restart Minecraft.");
exit(0);
}