mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
sv_fps must have CVAR_SAVEGAME and CVAR_SERVERINFO
This commit is contained in:
parent
20282ffa56
commit
58321be1ce
1 changed files with 1 additions and 1 deletions
|
@ -1002,7 +1002,7 @@ void SV_Init( void ) {
|
|||
// server vars
|
||||
sv_rconPassword = Cvar_Get ("rconPassword", "", CVAR_TEMP );
|
||||
sv_privatePassword = Cvar_Get ("sv_privatePassword", "", CVAR_TEMP );
|
||||
sv_fps = Cvar_Get ("sv_fps", "20", CVAR_TEMP );
|
||||
sv_fps = Cvar_Get ("sv_fps", "20", CVAR_SAVEGAME | CVAR_SERVERINFO );
|
||||
sv_timeout = Cvar_Get ("sv_timeout", "120", CVAR_TEMP );
|
||||
sv_zombietime = Cvar_Get ("sv_zombietime", "2", CVAR_TEMP );
|
||||
Cvar_Get ("nextmap", "", CVAR_TEMP );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue