mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +00:00
Merge branch 'chatbug-fix' into 'master'
clientside ack fix See merge request KartKrew/Kart-Public!186
This commit is contained in:
commit
b6272fa299
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ static boolean CL_AskFileList(INT32 firstfile)
|
||||||
netbuffer->packettype = PT_TELLFILESNEEDED;
|
netbuffer->packettype = PT_TELLFILESNEEDED;
|
||||||
netbuffer->u.filesneedednum = firstfile;
|
netbuffer->u.filesneedednum = firstfile;
|
||||||
|
|
||||||
return HSendPacket(servernode, true, 0, sizeof (INT32));
|
return HSendPacket(servernode, false, 0, sizeof (INT32));
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Sends a special packet to declare how many players in local
|
/** Sends a special packet to declare how many players in local
|
||||||
|
|
Loading…
Reference in a new issue