LaunchController: fix double finish

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-04-03 21:15:37 +05:00
parent 3656335666
commit c367cc1c59
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

View file

@ -358,7 +358,6 @@ bool LaunchController::reauthenticateAccount(MinecraftAccountPtr account, QStrin
}
}
emitFailed(reason);
return false;
}