mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
That's meant to be a temporary error.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2909 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
10f49b7705
commit
8c6bf11a10
1 changed files with 1 additions and 1 deletions
|
@ -2446,7 +2446,7 @@ void SV_MVDStream_Poll(void)
|
|||
|
||||
if (count > qtv_maxstreams.value)
|
||||
{ //sorry
|
||||
char *goawaymessage = "QTVSV 1\nERROR: This server enforces a limit on the number of proxies connected at any one time. Please try again later\n\n";
|
||||
char *goawaymessage = "QTVSV 1\nTERROR: This server enforces a limit on the number of proxies connected at any one time. Please try again later\n\n";
|
||||
|
||||
send(client, goawaymessage, strlen(goawaymessage), 0);
|
||||
closesocket(client);
|
||||
|
|
Loading…
Reference in a new issue