From: Jakob MG Date: Fri, 1 Jun 2012 20:14:13 +0000 (+0200) Subject: cl_staywep_ -> cl_weapon_stay_ X-Git-Tag: xonotic-v0.7.0~193^2~2^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=71a5c6a7cf9442fc504038825a5cb94ff4355150;p=xonotic%2Fxonotic-data.pk3dir.git cl_staywep_ -> cl_weapon_stay_ --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index e2645a0a8..1f3bb42a2 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -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"