mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 16:36:24 +00:00
f3fd89af54
Many thangs to the hard work and generous availability of: git@github.com:Misterio77/nix-config.git
19 lines
546 B
Diff
19 lines
546 B
Diff
diff --git a/launcher/minecraft/auth/AccountList.cpp b/launcher/minecraft/auth/AccountList.cpp
|
|
index 9e2fd11..3965913 100644
|
|
--- a/launcher/minecraft/auth/AccountList.cpp
|
|
+++ b/launcher/minecraft/auth/AccountList.cpp
|
|
@@ -657,13 +657,7 @@ void AccountList::setListFilePath(QString path, bool autosave)
|
|
|
|
bool AccountList::anyAccountIsValid()
|
|
{
|
|
- for(auto account: m_accounts)
|
|
- {
|
|
- if(account->ownsMinecraft()) {
|
|
- return true;
|
|
- }
|
|
- }
|
|
- return false;
|
|
+ return true;
|
|
}
|
|
|
|
void AccountList::fillQueue() {
|