engine: make sys_timescale non-cheat, like host_framerate
This commit is contained in:
parent
21797f9ac8
commit
1e0107944f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ struct tests_stats_s tests_stats;
|
|||
#endif
|
||||
|
||||
CVAR_DEFINE( host_developer, "developer", "0", FCVAR_FILTERABLE, "engine is in development-mode" );
|
||||
CVAR_DEFINE_AUTO( sys_timescale, "1.0", FCVAR_CHEAT|FCVAR_FILTERABLE, "scale frame time" );
|
||||
CVAR_DEFINE_AUTO( sys_timescale, "1.0", FCVAR_FILTERABLE, "scale frame time" );
|
||||
CVAR_DEFINE_AUTO( sys_ticrate, "100", 0, "framerate in dedicated mode" );
|
||||
|
||||
static CVAR_DEFINE_AUTO( host_serverstate, "0", FCVAR_READ_ONLY, "displays current server state" );
|
||||
|
|
Loading…
Add table
Reference in a new issue