Update comment for loadAccounts to reflect the removal of the common.dat logic

This commit is contained in:
SIrHrVedel 2026-04-27 23:58:13 +02:00
parent 0fbee649a1
commit 6aba0724b0

View File

@ -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())
{