Fix recursive error for disconnect after reliable client command overflow. Thanks to /dev/humancontroller for reporting. https://bugzilla.icculus.org/show_bug.cgi?id=3616

This commit is contained in:
Thilo Schulz 2009-10-11 18:31:00 +00:00
parent fd90f4f579
commit fee5a4a157
6 changed files with 36 additions and 27 deletions

View file

@ -740,7 +740,7 @@ void Message_Key( int key ) {
CL_AddReliableCommand( buffer );
CL_AddReliableCommand(buffer, qfalse);
}
Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_MESSAGE );
Field_Clear( &chatField );