mirror of
https://github.com/ShaYmez/xlxd.git
synced 2026-07-25 11:34:11 -04:00
xlxd 1.3.7
This commit is contained in:
@@ -157,7 +157,11 @@ void CDextraProtocol::Task(void)
|
||||
EncodeDisconnectedPacket(&Buffer);
|
||||
m_Socket.Send(Buffer, Ip);
|
||||
}
|
||||
// and remove it
|
||||
else if ( client->GetProtocolRevision() == 2 )
|
||||
{
|
||||
m_Socket.Send(Buffer, Ip);
|
||||
}
|
||||
// and remove it
|
||||
clients->RemoveClient(client);
|
||||
}
|
||||
g_Reflector.ReleaseClients();
|
||||
@@ -179,6 +183,7 @@ void CDextraProtocol::Task(void)
|
||||
else
|
||||
{
|
||||
std::cout << "DExtra packet (" << Buffer.size() << ")" << std::endl;
|
||||
//std::cout << Buffer.data() << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user