[bot] Update CNetGame::Packet_DisconnectionNotification(...)

This commit is contained in:
RD42 2024-06-01 20:32:29 +08:00
parent f05b44f0a7
commit 80c6ceb1fc

View File

@ -418,7 +418,7 @@ void CNetGame::Packet_NoFreeIncomingConnections(Packet* packet)
void CNetGame::Packet_DisconnectionNotification(Packet* packet)
{
//OutputDebugString("BOT: Disconnected.");
//logprintf("NPC: Disconnected.");
m_pRakClient->Disconnect(0);
exit(1);
}