mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix fake_server
This commit is contained in:
parent
d794520748
commit
9a4b1f3615
|
@ -120,7 +120,8 @@ static int Run()
|
|||
{
|
||||
CNetChunk p;
|
||||
pNet->Update();
|
||||
while(pNet->Recv(&p))
|
||||
SECURITY_TOKEN ResponseToken;
|
||||
while(pNet->Recv(&p, &ResponseToken))
|
||||
{
|
||||
if(p.m_ClientID == -1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue