engine: move Cbuf_Execute to ClientBegin stub for dedicated server, to avoid confusion

This commit is contained in:
Alibek Omarov 2021-06-08 01:08:06 +03:00
parent 32e96bdad1
commit 9b1fccd1fa
1 changed files with 1 additions and 2 deletions

View File

@ -190,7 +190,7 @@ void CL_WriteMessageHistory( void )
void Host_ClientBegin( void )
{
Cbuf_Execute();
}
void Host_ClientFrame( void )
@ -200,7 +200,6 @@ void Host_ClientFrame( void )
void Host_InputFrame( void )
{
Cbuf_Execute( );
}
void VID_InitDefaultResolution( void )