mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 09:38:19 +00:00
Fix 0.6 master server register (closed #8722)
This commit is contained in:
parent
a8219530b1
commit
c16a38b4fa
|
@ -2433,6 +2433,7 @@ void CServer::PumpNetwork(bool PacketWaiting)
|
||||||
if(PacketWaiting)
|
if(PacketWaiting)
|
||||||
{
|
{
|
||||||
// process packets
|
// process packets
|
||||||
|
ResponseToken = NET_SECURITY_TOKEN_UNKNOWN;
|
||||||
while(m_NetServer.Recv(&Packet, &ResponseToken))
|
while(m_NetServer.Recv(&Packet, &ResponseToken))
|
||||||
{
|
{
|
||||||
if(Packet.m_ClientId == -1)
|
if(Packet.m_ClientId == -1)
|
||||||
|
|
Loading…
Reference in a new issue