Revert "PT_CLIENTCMD test"

This reverts commit 78bc80fd49.
This commit is contained in:
Wolfy 2020-04-05 17:18:22 -05:00
parent 78bc80fd49
commit 49a1037f6b

View file

@ -1160,8 +1160,7 @@ boolean HGetPacket(void)
|| netbuffer->packettype == PT_REQUESTFILE || netbuffer->packettype == PT_REQUESTFILE
|| netbuffer->packettype == PT_ASKINFOVIAMS || netbuffer->packettype == PT_ASKINFOVIAMS
|| netbuffer->packettype == PT_CLIENTJOIN || 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])); 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]); CONS_Alert(CONS_NOTICE, "New node sent an unexpected %s packet\n", packettypename[netbuffer->packettype]);