From: Samual Date: Sun, 23 Oct 2011 21:11:01 +0000 (-0400) Subject: g_ghost_items is not a client setting, thus it shouldn't be saved to config.cfg X-Git-Tag: xonotic-v0.6.0~74^2~66^2~2^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8b0b9c09301682794347c4c727949706d6c952af;p=xonotic%2Fxonotic-data.pk3dir.git g_ghost_items is not a client setting, thus it shouldn't be saved to config.cfg --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 8d1951a6c..748fa6450 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1961,8 +1961,8 @@ set g_triggerimpulse_directional_multiplier 1 "trigger_impulse directional field set g_triggerimpulse_radial_multiplier 1 "trigger_impulse radial field multiplier" set the_goggles "they do nothing" "but the googles, they do" -seta g_ghost_items 1 "enable ghosted items (when between 0 and 1, overrides the alpha value)" -seta g_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the color unchanged" +set g_ghost_items 1 "enable ghosted items (when between 0 and 1, overrides the alpha value)" +set g_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the color unchanged" set sv_weaponstats_file "" "when set to a file name, per-weapon stats get written to that file"