forked from fte/fteqw
1
0
Fork 0

Fixed an annoying message that was happening with botclients from mods spamming too much stuff at once.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1330 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-09-14 04:40:30 +00:00
parent eec72538fb
commit e12f612916
1 changed files with 1 additions and 0 deletions

View File

@ -1816,6 +1816,7 @@ void SV_SendClientMessages (void)
{
SZ_Clear (&c->netchan.message);
SZ_Clear (&c->datagram);
c->num_backbuf = 0;
continue;
}