mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(net): implement GruntLogin::Logoff
This commit is contained in:
parent
cb986335f6
commit
ecc43fe40b
@ -125,7 +125,11 @@ void GruntLogin::Init(LoginResponse* loginResponse) {
|
||||
}
|
||||
|
||||
void GruntLogin::Logoff() {
|
||||
// TODO
|
||||
if (!this->m_loggedOn) {
|
||||
return;
|
||||
}
|
||||
|
||||
this->m_clientLink->Disconnect();
|
||||
}
|
||||
|
||||
void GruntLogin::Logon(const char* loginServer, const char* loginPortal) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user