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