diff --git a/bot/net/netgame.cpp b/bot/net/netgame.cpp index da11227..92631f2 100644 --- a/bot/net/netgame.cpp +++ b/bot/net/netgame.cpp @@ -558,6 +558,8 @@ void CNetGame::Packet_ConnectionSucceeded(Packet *p) uiChallenge ^= NETGAME_VERSION; + //logprintf("NPC: Connection Succeeded"); + int iVersion = NETGAME_VERSION; BYTE byteMod = 1; BYTE byteNameLen = (BYTE)strlen(m_pPlayerPool->GetLocalPlayerName());