]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
g_ghost_items is not a client setting, thus it shouldn't be saved to config.cfg
authorSamual <samual@xonotic.org>
Sun, 23 Oct 2011 21:11:01 +0000 (17:11 -0400)
committerSamual <samual@xonotic.org>
Sun, 23 Oct 2011 21:11:01 +0000 (17:11 -0400)
defaultXonotic.cfg

index 8d1951a6c2afe6d895eeac643f7d9bf020511ded..748fa64503099d715c38ad39d962a8e0510e916e 100644 (file)
@@ -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"