]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Whitelist sv_termsofservice_url
authorbones_was_here <bones_was_here@xa.org.au>
Sun, 3 Jul 2022 23:43:28 +0000 (09:43 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Sun, 3 Jul 2022 23:43:28 +0000 (09:43 +1000)
qcsrc/server/world.qc

index 41c9705da06f510026176c49d70f787505ad95fa..ed51bc8082cbb3510d6a1494af4806e37dfdcdab 100644 (file)
@@ -313,6 +313,7 @@ void cvar_changes_init()
                BADCVAR("g_maplist");
                BADCVAR("g_maplist_mostrecent");
                BADCVAR("sv_motd");
+               BADCVAR("sv_termsofservice_url");
 
                v = cvar_string(k);
                d = cvar_defstring(k);