mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02: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 {
|
||||
ClientServices::SelectRealm("");
|
||||
|
||||
// TODO FrameScript_SignalEvent(DISCONNECTED_FROM_SERVER, "%d", CGlueMgr::m_clientKickReason);
|
||||
FrameScript_SignalEvent(DISCONNECTED_FROM_SERVER, "%d", CGlueMgr::m_clientKickReason);
|
||||
}
|
||||
|
||||
ClientServices::LoginConnection()->Logoff();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user