Core/Battle.net: Handle ConnectionClosing

This commit is contained in:
Shauren
2014-10-11 22:45:01 +02:00
parent 26e4b67e85
commit cbabfe9920
15 changed files with 172 additions and 64 deletions

View File

@@ -36,3 +36,9 @@ Battlenet::ServerPacket::~ServerPacket()
{
delete &_stream;
}
void Battlenet::ClientPacket::CallHandler(Session* session)
{
session->LogUnhandledPacket(*this);
_handled = false;
}