@ -2973,12 +2973,12 @@ Host_ClientBegin
*/
void Host_ClientBegin( void )
{
// if client is not active, do nothing
if( !cls.initialized ) return;
// exec console commands
Cbuf_Execute ();
// finalize connection process if needs
CL_CheckClientState();
@ -669,8 +669,6 @@ void Host_InputFrame( void )
}
if( !in_mouseinitialized )
return;