From: Freddy Date: Sat, 19 Feb 2022 13:54:16 +0000 (+0100) Subject: Add sv_termsofservice_url to xonotic-server.cfg X-Git-Tag: xonotic-v0.8.5~192^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8b5ac19d17c6cf7686c6d8775c023c215f85220c;p=xonotic%2Fxonotic-data.pk3dir.git Add sv_termsofservice_url to xonotic-server.cfg --- diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 0f374902a..0be38b303 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -344,6 +344,7 @@ sv_curl_defaulturl "http://www.xonotic.org/contentdownload/getmap.php?file=" set sv_curl_serverpackages_auto 1 "automatically add packs with *.serverpackage files to sv_curl_serverpackages" set sv_motd "" "additional information to show on the welcome screen that greets joining players" +set sv_termsofservice_url "" "URL from which Server specific Terms of Service should be downloaded" set g_waypoints_for_items 0 "make waypoints out of items, values: 0 = never, 1 = unless the mapper prevents it by worldspawn.spawnflags & 1, 2 = always"