Skip to content

Commit

Permalink
set sv_timeout to 15 seconds, fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSimek committed Apr 25, 2012
1 parent 3c1cc0c commit c471628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/sv_init.c
Expand Up @@ -883,7 +883,7 @@ void SV_Init(void)
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_timeout = Cvar_Get("sv_timeout", "240", CVAR_TEMP);
sv_timeout = Cvar_Get("sv_timeout", "15", CVAR_TEMP);
sv_zombietime = Cvar_Get("sv_zombietime", "2", CVAR_TEMP);
Cvar_Get("nextmap", "", CVAR_TEMP);

Expand Down

0 comments on commit c471628

Please sign in to comment.