From 86bac6bfcf38b0150e2d5965f0b59bf82aa1126a Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 25 Jul 2020 10:28:08 -0400 Subject: [PATCH] - sv_leveltally has been removed from the config file and is now session-only --- src/g_level.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_level.cpp b/src/g_level.cpp index 688e5388d..383cc8061 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -151,7 +151,7 @@ CUSTOM_CVAR(Int, gl_lightmode, 3, CVAR_ARCHIVE | CVAR_NOINITCALL) } } -CVAR(Int, sv_alwaystally, 0, CVAR_ARCHIVE | CVAR_SERVERINFO) +CVAR(Int, sv_alwaystally, 0, CVAR_SERVERINFO) static FRandom pr_classchoice ("RandomPlayerClassChoice");