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

This commit is contained in:
RD42 2024-06-01 20:04:15 +08:00
parent 23f4c008a9
commit ccf7c032d9

View File

@ -393,7 +393,7 @@ void CNetGame::Packet_RSAPublicKeyMismatch(Packet* packet)
void CNetGame::Packet_ConnectionBanned(Packet* packet)
{
//OutputDebugString("BOT: You're banned from the server.");
//logprintf("NPC: You're banned from the server.");
exit(1);
}