1
0
Fork 0
forked from fte/fteqw

safeswitch in SV_AcceptMessage requires mentions of all protocols despite being unavailable.

This commit is contained in:
Marco Cawthorne 2024-08-26 16:15:43 -07:00
parent 9a453bed2f
commit 4950f5971b
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -2069,6 +2069,13 @@ void SV_AcceptMessage(client_t *newcl)
strcpy(string, "accept");
len = strlen(string);
break;
#else
case SCP_NETQUAKE:
case SCP_BJP3:
case SCP_FITZ666:
case SCP_DARKPLACES6:
case SCP_DARKPLACES7:
return;
#endif
case SCP_QUAKE3: