From: FruitieX Date: Thu, 22 Jul 2010 15:23:03 +0000 (+0300) Subject: oops make that a "set" X-Git-Tag: xonotic-v0.1.0preview~423^2~18^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3f27ef786b65bd951694dbaf28105ca0cb3c512f;p=xonotic%2Fxonotic-data.pk3dir.git oops make that a "set" --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 943549753..8e4d45d36 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -298,7 +298,7 @@ set sv_ready_restart 0 "if set to 1 allow a map to be restarted once all players set sv_ready_restart_after_countdown 0 "if set to 1 the players and map items are reset after the countdown ended, otherwise they're reset already at the beginning of the countdown" set sv_ready_restart_repeatable 0 "allows the players to restart the game as often as needed" -sv_hitsound_antispam_time 0.05 "don't play the hitsound more often than this for the electro lightning gun or the laser gauntlet" +set sv_hitsound_antispam_time 0.05 "don't play the hitsound more often than this for the electro lightning gun or the laser gauntlet" //nifreks lockonrestart feature, used in team-based game modes, if set to 1 and all players readied up no other player can then join the game anymore, useful to block spectators from joining set teamplay_lockonrestart 0 "it set to 1 in a team-based game, the teams are locked once all players readied up and the game restarted (no new players can join after restart unless using the server-command unlockteams)"