mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2025-01-25 18:10:03 +01:00
engine: disable filtered command buffer for dedicated
This commit is contained in:
parent
1a1d81de62
commit
f9d1d14848
@ -256,7 +256,9 @@ Cbuf_Execute
|
||||
void Cbuf_Execute( void )
|
||||
{
|
||||
Cbuf_ExecuteCommandsFromBuffer( &cmd_text, true, -1 );
|
||||
#if !XASH_DEDICATED
|
||||
Cbuf_ExecuteCommandsFromBuffer( &filteredcmd_text, false, 1 );
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user