From 10ce6d8904800523c9c548d861957e5ba79ad1f3 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Sun, 16 Jul 2023 01:25:46 +0200 Subject: [PATCH] Fix #2858 (missing quote) and don't refine default value for master volume for personal customizations, customize this config yourself, not here, please --- commands.cfg | 2 +- xonotic-client.cfg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/commands.cfg b/commands.cfg index 308cd0b8e..f7cc14eee 100644 --- a/commands.cfg +++ b/commands.cfg @@ -375,7 +375,7 @@ set sv_vote_stop 15 "a player can not call a vote again for this many seconds wh set sv_vote_majority_factor 0.5 "What percentage of the PLAYERS constitute a majority? (Must be at least 0.5, recommended: 0.5)" set sv_vote_majority_factor_of_voted 0.5 "What percentage of the VOTERS constitute a majority too? (Must be at least 0.5, recommended: 0.5)" set sv_vote_gamestart 0 "Allow voting during map change" -set sv_vote_debug 0 "count votes by bots too for debugging purposes (to get a bot to vote exec this command: bot_cmd 1 cc vote yes) +set sv_vote_debug 0 "count votes by bots too for debugging purposes (to get a bot to vote exec this command: bot_cmd 1 cc vote yes)" // when disabled, don't allow game type changes "note: set these two equal to JUST support simple majorities" set sv_vote_override_mostrecent 0 diff --git a/xonotic-client.cfg b/xonotic-client.cfg index 2bf20d557..8a7a94637 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -812,7 +812,6 @@ set cl_lockview 0 "when 1, the camera does not move any more; when 2, you can on // we now use mastervolume volume 1 -mastervolume 0.25 // sucks less than the old one cl_decals_newsystem 1 -- 2.39.2