From: MrBougo Date: Thu, 9 Aug 2012 22:23:18 +0000 (+0200) Subject: tZork broke simple items with 59c88c73 and c9de9b06, undo this X-Git-Tag: xonotic-v0.7.0~290^2~1^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2edf2d628ab52514ab531976ee8b06479e56ace7;p=xonotic%2Fxonotic-data.pk3dir.git tZork broke simple items with 59c88c73 and c9de9b06, undo this --- diff --git a/qcsrc/server/t_items.qc b/qcsrc/server/t_items.qc index 0a3d756b7..0abef68d2 100644 --- a/qcsrc/server/t_items.qc +++ b/qcsrc/server/t_items.qc @@ -22,7 +22,7 @@ var vector autocvar_cl_ghost_items_color = '-1 -1 -1'; float autocvar_cl_fullbright_items; vector autocvar_cl_weapon_stay_color = '2 0.5 0.5'; float autocvar_cl_weapon_stay_alpha = 0.75; -float autocvar_cl_simple_items = 0; +float autocvar_cl_simple_items; float cl_simple_items; float cl_ghost_items_alpha;