Fix fake_server

This commit is contained in:
Learath 2020-06-16 19:13:12 +03:00
parent d794520748
commit 9a4b1f3615

View file

@ -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)
{