From: Mario Date: Tue, 14 Jan 2020 21:55:44 +0000 (+1000) Subject: Fix sv_doors_always_open definition in config X-Git-Tag: xonotic-v0.8.5~1105^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1ead141849083c174249d06216a69670a253e0d8;p=xonotic%2Fxonotic-data.pk3dir.git Fix sv_doors_always_open definition in config --- diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 3db80bb33..bb4954bcf 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -569,6 +569,6 @@ set sv_showspectators 1 "Show who's spectating who in the player info panel when set sv_damagetext 2 "<= 0: disabled, >= 1: visible to spectators, >= 2: visible to attacker, >= 3: all players see everyone's damage" set sv_showfps 5 "Show player's FPS counters in the scoreboard. This setting acts as a delay in seconds between updates" -set autocvar_sv_doors_always_open 0 "If set to 1 don't close doors which after they were open" +set sv_doors_always_open 0 "If set to 1 don't close doors which after they were open" set sv_warpzone_allow_selftarget 0 "do not touch"