mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add PT_CLIENTCMD back to allowed packet types
Fixes unexpected CLIENTCMD prints
This commit is contained in:
parent
e95fbba181
commit
7444dd34ab
1 changed files with 2 additions and 1 deletions
|
|
@ -1172,7 +1172,8 @@ boolean HGetPacket(void)
|
|||
|| netbuffer->packettype == PT_REQUESTFILE
|
||||
|| netbuffer->packettype == PT_ASKINFOVIAMS
|
||||
|| netbuffer->packettype == PT_CLIENTJOIN
|
||||
|| netbuffer->packettype == PT_TELLFILESNEEDED))
|
||||
|| netbuffer->packettype == PT_TELLFILESNEEDED
|
||||
|| netbuffer->packettype == PT_CLIENTCMD))
|
||||
{
|
||||
DEBFILE(va("New node sent an unexpected %s packet\n", packettypename[netbuffer->packettype]));
|
||||
CONS_Alert(CONS_NOTICE, "New node sent an unexpected %s packet\n", packettypename[netbuffer->packettype]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue