- sv_leveltally has been removed from the config file and is now session-only

This commit is contained in:
Rachael Alexanderson 2020-07-25 10:28:08 -04:00
parent a85ee5826e
commit 86bac6bfcf

View file

@ -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");