- change anonstats cvars in order to allow easier updates to them in the future

This commit is contained in:
Rachael Alexanderson 2023-09-17 04:44:10 -04:00
commit 25e9561279
2 changed files with 19 additions and 19 deletions

View file

@ -124,9 +124,12 @@ void D_GrabCVarDefaults()
SHOULD_BLACKLIST(vid_adapter)
SHOULD_BLACKLIST(sys_statsenabled47)
SHOULD_BLACKLIST(sys_statsenabled49)
SHOULD_BLACKLIST(anonstats_statsenabled411)
SHOULD_BLACKLIST(save_dir)
SHOULD_BLACKLIST(sys_statsport)
SHOULD_BLACKLIST(sys_statshost)
SHOULD_BLACKLIST(anonstats_port)
SHOULD_BLACKLIST(anonstats_host)
SHOULD_BLACKLIST(sentstats_hwr_done)
var = FindCVar(CurrentFindCVar, NULL);