diff options
author | TymanWasTaken <tyman@tyman.tech> | 2021-05-09 17:12:33 -0600 |
---|---|---|
committer | TymanWasTaken <tyman@tyman.tech> | 2021-05-09 17:12:33 -0600 |
commit | 4cbfc5b1c7ccf59e54a068e95f0aed3c9393bbf0 (patch) | |
tree | c0544d4966050c2634f24f2c4e4b9f13c3b02f4c /src/main/java/kr/syeyoung/dungeonsguide/Main.java | |
parent | a4ab012573628ed7f45a2368fd28a78039935aa4 (diff) | |
parent | b64db8d662cbe5ab842c4ff2f061cf73e33dde6e (diff) | |
download | Skyblock-Dungeons-Guide-4cbfc5b1c7ccf59e54a068e95f0aed3c9393bbf0.tar.gz Skyblock-Dungeons-Guide-4cbfc5b1c7ccf59e54a068e95f0aed3c9393bbf0.tar.bz2 Skyblock-Dungeons-Guide-4cbfc5b1c7ccf59e54a068e95f0aed3c9393bbf0.zip |
Merge branch 'cyoung06:master' into patch-1
Diffstat (limited to 'src/main/java/kr/syeyoung/dungeonsguide/Main.java')
-rwxr-xr-x | src/main/java/kr/syeyoung/dungeonsguide/Main.java | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/main/java/kr/syeyoung/dungeonsguide/Main.java b/src/main/java/kr/syeyoung/dungeonsguide/Main.java index 85323acf..4983acba 100755 --- a/src/main/java/kr/syeyoung/dungeonsguide/Main.java +++ b/src/main/java/kr/syeyoung/dungeonsguide/Main.java @@ -80,7 +80,7 @@ public class Main while (progressBar.getStep() < progressBar.getSteps()) progressBar.step("random-"+progressBar.getStep()); ProgressManager.pop(progressBar); - } catch (Exception e) { + } catch (Throwable e) { e.printStackTrace(); throwError(new String[]{ @@ -95,14 +95,12 @@ public class Main } throwError(new String[]{ - "Can't validate current installation of Dungeons Guide", + "Can't authenticate session", "Steps to fix", "1. check if other people can't join minecraft servers.", - "2. restart minecraft launcher", + "2. physically click on logout button, then login again", "3. make sure you're on the right account", - "4. restart your computer", - "If the problem persists after following these steps, please contact developer", - "If you haven't purchased the mod, please consider doing so" + "If the problem persists after following these steps, please contact developer" }); } |