From c99eb0388ecb321fd16a726225f3316155439564 Mon Sep 17 00:00:00 2001 From: itsMeRaj69 Date: Sun, 13 Jul 2025 17:02:21 +0530 Subject: [PATCH] Fixed more logic which breaks OM (Offline Mode) --- launcher/LaunchController.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher/LaunchController.cpp b/launcher/LaunchController.cpp index 25697a7e9..066ec575b 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -104,8 +104,8 @@ void LaunchController::decideAccount() // Skipping Microsoft account validity check to allow offline/local use // Removed: anyAccountIsValid() check -} -// Select the account to use. If the instance has a specific account set, that will be used. Otherwise, the default account will be used + + // Select the account to use. If the instance has a specific account set, that will be used. Otherwise, the default account will be used auto instanceAccountId = m_instance->settings()->get("InstanceAccountId").toString(); auto instanceAccountIndex = accounts->findAccountByProfileId(instanceAccountId); if (instanceAccountIndex == -1 || instanceAccountId.isEmpty()) {