aboutsummaryrefslogtreecommitdiffstats
path: root/code/server/sv_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/server/sv_init.c')
-rw-r--r--code/server/sv_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/server/sv_init.c b/code/server/sv_init.c
index 8472adf..e9f257b 100644
--- a/code/server/sv_init.c
+++ b/code/server/sv_init.c
@@ -582,6 +582,7 @@ void SV_Init (void) {
sv_hostname = Cvar_Get ("sv_hostname", "noname", CVAR_SERVERINFO | CVAR_ARCHIVE );
sv_maxclients = Cvar_Get ("sv_maxclients", "8", CVAR_SERVERINFO | CVAR_LATCH);
+ sv_minRate = Cvar_Get ("sv_minRate", "0", CVAR_ARCHIVE | CVAR_SERVERINFO );
sv_maxRate = Cvar_Get ("sv_maxRate", "0", CVAR_ARCHIVE | CVAR_SERVERINFO );
sv_minPing = Cvar_Get ("sv_minPing", "0", CVAR_ARCHIVE | CVAR_SERVERINFO );
sv_maxPing = Cvar_Get ("sv_maxPing", "0", CVAR_ARCHIVE | CVAR_SERVERINFO );