mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(glue): handle LOGIN_STATE_FAILED in CGlueMgr::PollLoginServerLogin
This commit is contained in:
parent
8130d75496
commit
e1a14f8550
@ -664,7 +664,9 @@ void CGlueMgr::PollLoginServerLogin() {
|
||||
|
||||
switch (CGlueMgr::m_loginState) {
|
||||
case LOGIN_STATE_FAILED: {
|
||||
// TODO
|
||||
ClientServices::LoginConnection()->Logoff();
|
||||
|
||||
CGlueMgr::SetIdleState(IDLE_NONE);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user