Fix 0.6 master server register (closed #8722)

This commit is contained in:
ChillerDragon 2024-08-14 12:11:04 +08:00
parent a8219530b1
commit c16a38b4fa

View file

@ -2433,6 +2433,7 @@ void CServer::PumpNetwork(bool PacketWaiting)
if(PacketWaiting)
{
// process packets
ResponseToken = NET_SECURITY_TOKEN_UNKNOWN;
while(m_NetServer.Recv(&Packet, &ResponseToken))
{
if(Packet.m_ClientId == -1)