mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(glue): add initial account login handling to glue idle loop
This commit is contained in:
parent
6b1b666d41
commit
3dc51289b8
7 changed files with 247 additions and 3 deletions
|
|
@ -22,12 +22,12 @@ bool ClientServices::s_selectRealmInfoValid;
|
|||
|
||||
void ClientServices::ConnectToSelectedServer() {
|
||||
if (!ClientServices::s_selectRealmInfoValid && !ClientServices::SetSelectedRealmInfo(0)) {
|
||||
// TODO ClientServices::Connection()->Sub6B10B0(0, 39);
|
||||
ClientServices::Connection()->SetStatus(0, 39);
|
||||
return;
|
||||
}
|
||||
|
||||
if (ClientServices::Connection()->m_netState != NS_INITIALIZED) {
|
||||
// TODO ClientServices::Connection()->Sub6B10B0(0, 39);
|
||||
ClientServices::Connection()->SetStatus(0, 39);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue