safeswitch in SV_AcceptMessage requires mentions of all protocols despite being unavailable.
This commit is contained in:
parent
9a453bed2f
commit
4950f5971b
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue