Why do sv_save_worse_scores and sv_map_vote have the CFGFLAG_GAME?
Posted: Wed Mar 23, 2016 5:14 pm
I wonder why the settings
and
have the CFGFLAG_GAME (are map settings) which means they can be changed by the commands in a map.
I know that
I have no idea why
sv_save_worse_scores - Whether to save worse scores when you already have a better oneand
sv_map_vote - Whether to allow /maphave the CFGFLAG_GAME (are map settings) which means they can be changed by the commands in a map.
I know that
sv_save_worse_scores 0 is used by the flappy bird map but I think this shouldn't be the decision of the mapper and therefore better set in the .map.cfg file.I have no idea why
sv_map_vote is a map setting, a map shouldn't be able to turn /map off in my understanding.