projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f81f69
)
Whitelist sv_termsofservice_url
author
bones_was_here <bones_was_here@xa.org.au>
Sun, 3 Jul 2022 23:43:28 +0000
(09:43 +1000)
committer
bones_was_here <bones_was_here@xa.org.au>
Sun, 3 Jul 2022 23:43:28 +0000
(09:43 +1000)
qcsrc/server/world.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/world.qc
b/qcsrc/server/world.qc
index 41c9705da06f510026176c49d70f787505ad95fa..ed51bc8082cbb3510d6a1494af4806e37dfdcdab 100644
(file)
--- a/
qcsrc/server/world.qc
+++ b/
qcsrc/server/world.qc
@@
-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);