From c367cc1c594ab33a9fed46a4024a7465663f1254 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Fri, 3 Apr 2026 21:15:37 +0500 Subject: [PATCH] LaunchController: fix double finish Signed-off-by: Octol1ttle --- launcher/LaunchController.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/launcher/LaunchController.cpp b/launcher/LaunchController.cpp index 5a2045442..8a1bc2897 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -358,7 +358,6 @@ bool LaunchController::reauthenticateAccount(MinecraftAccountPtr account, QStrin } } - emitFailed(reason); return false; }