Kleinere Fixes

This commit is contained in:
Yamagi Burmeister 2009-03-03 17:38:06 +00:00
parent 8c8ab0a311
commit b66c5ba461
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ void CL_SendCmd (void)
if ( cls.state == ca_connected)
{
if (cls.netchan.message.cursize || curtime - cls.netchan.last_sent > 1000 )
if (cls.netchan.message.cursize || curtime - cls.netchan.last_sent > 100 )
Netchan_Transmit (&cls.netchan, 0, buf.data);
return;
}