]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
cl_staywep_ -> cl_weapon_stay_
authorJakob MG <jakob_mg@hotmail.com>
Fri, 1 Jun 2012 20:14:13 +0000 (22:14 +0200)
committerJakob MG <jakob_mg@hotmail.com>
Fri, 1 Jun 2012 20:14:13 +0000 (22:14 +0200)
defaultXonotic.cfg

index e2645a0a88bf3fa3ea4afa1f5ea79b7c1090e998..1f3bb42a2b6947c3de6ffbef22bc7c51c4939e8a 100644 (file)
@@ -1962,5 +1962,5 @@ set cl_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the co
 set sv_simple_items 1 "allow or forbid client use of simple items"
 set cl_simple_items 0 "enable simple items (if server allows)"
 set cl_fullbright_items 0 "enable fullbright items (if server allows, controled by g_fullbrightitems)"
-set cl_staywep_color "2 0.5 0.5" "Color of picked up weapons when g_wepon_stay > 0"
-set cl_staywep_alpha 0.75 "Alpha of picked up weapons when g_wepon_stay > 0"
+set cl_weapon_stay_color "2 0.5 0.5" "Color of picked up weapons when g_weapon_stay > 0"
+set cl_weapon_stay_alpha 0.75 "Alpha of picked up weapons when g_weapon_stay > 0"