diff --git a/code/client/cl_cgame.c b/code/client/cl_cgame.c index ef15798f..42fcdb74 100644 --- a/code/client/cl_cgame.c +++ b/code/client/cl_cgame.c @@ -339,6 +339,8 @@ rescan: // clear notify lines and outgoing commands before passing // the restart to the cgame Con_ClearNotify(); + // reparse the string, because Con_ClearNotify() may have done another Cmd_TokenizeString() + Cmd_TokenizeString( s ); Com_Memset( cl.cmds, 0, sizeof( cl.cmds ) ); return qtrue; }