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:
Spoike 2008-02-05 02:41:46 +00:00
parent 10f49b7705
commit 8c6bf11a10

View file

@ -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);