feat(net): implement more of NetClient::Disconnect

This commit is contained in:
fallenoak 2025-10-10 20:10:16 -05:00
parent b925836c2c
commit 3e0a586238
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -203,8 +203,7 @@ void NetClient::Disconnect() {
serverConnection->Disconnect();
// TODO
// this->m_netEventQueue->Clear();
this->m_netEventQueue->Clear();
serverConnection->Release();