Skip to content

Commit 0cf75ce

Browse files
committed
Fix Judge skill issue (again)
1 parent 385ddbe commit 0cf75ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/pojlib/account/LoginHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public static void login(Activity activity) {
104104
API.currentAcc = MinecraftAccount.login(activity, activity.getFilesDir() + "/accounts", res.accessToken());
105105
} catch (IOException | JSONException | MSAException e) {
106106
Logger.getInstance().appendToLog("Unable to load account! | " + e);
107+
return;
107108
}
108109
API.profileName = API.currentAcc.username;
109110
API.profileUUID = API.currentAcc.uuid;

0 commit comments

Comments
 (0)