From 6dcbe43b5e94baaaf57b540ad22f3a4a47e25a05 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 5 Dec 2020 00:15:58 +1000 Subject: [PATCH] Make sure ToS accepted status is saved in config --- xonotic-client.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xonotic-client.cfg b/xonotic-client.cfg index 8f7066d96..4892087eb 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -831,6 +831,9 @@ seta cl_allow_uid2name -1 "-1 = ask if the player wants to disable/enable this f seta cl_allow_uidtracking 1 "-1 = ask if the player wants to disable/enable this feature, 0 = disable, 1 = enable uid tracking (allows associating your data with your player ID)" seta cl_allow_uidranking 1 "0 = disable, 1 = enable uid ranking (allows statistics like elo to rank you in leaderboards)" +// terms of service +seta _termsofservice_accepted 0 + // polygonoffset for submodel SUCKS SUCKS SUCKS (only a hack for quake1, we don't need that) r_polygonoffset_submodel_offset 0 r_polygonoffset_submodel_factor 0 -- 2.39.2