]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/autocvars.qh
Add an option to count bots when getting the size restrictions on maps (enabled by...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / autocvars.qh
index 4b71e28e8b4e74153e93bbf5c07f8a2497b9c692..b14eb0c8079cf837168c1f20f26c62ae7a8ead9f 100644 (file)
@@ -157,6 +157,7 @@ bool autocvar_g_maplist_votable_suggestions;
 bool autocvar_g_maplist_votable_suggestions_override_mostrecent;
 float autocvar_g_maplist_votable_timeout;
 bool autocvar_g_maplist_ignore_sizes;
+bool autocvar_g_maplist_sizes_count_bots = true;
 int autocvar_g_maxplayers;
 float autocvar_g_maxplayers_spectator_blocktime;
 float autocvar_g_maxpushtime;