engine: client: avoid clc_move spam when we're connected but not spawned yet
This commit is contained in:
parent
869578f1ba
commit
b1189db9c5
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ static void CL_CreateCmd( void )
|
||||||
int input_override;
|
int input_override;
|
||||||
int i, ms;
|
int i, ms;
|
||||||
|
|
||||||
if( cls.state < ca_connected || cls.state == ca_cinematic )
|
if( cls.state <= ca_connected || cls.state == ca_cinematic )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// store viewangles in case it's will be freeze
|
// store viewangles in case it's will be freeze
|
||||||
|
|
Loading…
Add table
Reference in a new issue