From 6aba0724b0523aed441e5a65ec6c453bd1b4466e Mon Sep 17 00:00:00 2001 From: SIrHrVedel <38987957+SirHrVedel@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:58:13 +0200 Subject: [PATCH] Update comment for loadAccounts to reflect the removal of the common.dat logic --- src/Cafe/IOSU/legacy/iosu_act.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cafe/IOSU/legacy/iosu_act.cpp b/src/Cafe/IOSU/legacy/iosu_act.cpp index 6d726743..c0e5d89d 100644 --- a/src/Cafe/IOSU/legacy/iosu_act.cpp +++ b/src/Cafe/IOSU/legacy/iosu_act.cpp @@ -110,7 +110,7 @@ void iosuAct_loadAccounts() const bool online_enabled = ActiveSettings::IsOnlineEnabled(); - // Load all accounts in common.dat order; the active account keeps its natural position + // Load all accounts in order of persistantId; the active account keeps its natural position int counter = 0; for (const auto& account : Account::GetAccounts()) {