Core/Auth: Prevent queueing more than one realmlist query at the same time

This commit is contained in:
Shauren
2017-07-12 19:22:53 +02:00
parent 432dd7c25d
commit fba87d3f33
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ enum AuthStatus
STATUS_LOGON_PROOF,
STATUS_RECONNECT_PROOF,
STATUS_AUTHED,
STATUS_WAITING_FOR_REALM_LIST,
STATUS_CLOSED
};