mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Kleinere Fixes
This commit is contained in:
parent
8c8ab0a311
commit
b66c5ba461
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue