mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
feat(glue): implement more of CGlueMgr::NetDisconnectHandler
This commit is contained in:
parent
5c518bb41a
commit
ad5bd21c5b
@ -550,7 +550,7 @@ int32_t CGlueMgr::NetDisconnectHandler(const void* a1, void* a2) {
|
|||||||
} else {
|
} else {
|
||||||
ClientServices::SelectRealm("");
|
ClientServices::SelectRealm("");
|
||||||
|
|
||||||
// TODO FrameScript_SignalEvent(DISCONNECTED_FROM_SERVER, "%d", CGlueMgr::m_clientKickReason);
|
FrameScript_SignalEvent(DISCONNECTED_FROM_SERVER, "%d", CGlueMgr::m_clientKickReason);
|
||||||
}
|
}
|
||||||
|
|
||||||
ClientServices::LoginConnection()->Logoff();
|
ClientServices::LoginConnection()->Logoff();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user