From: Rudolf Polzer Date: Mon, 14 Nov 2011 16:10:45 +0000 (+0100) Subject: oops, fix a typo X-Git-Tag: xonotic-v0.6.0~74^2~100^2~68 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f00bd6a69bbf930ef998d4cfc659d1017e2d77a6;p=xonotic%2Fxonotic-data.pk3dir.git oops, fix a typo --- diff --git a/qcsrc/server/cl_client.qc b/qcsrc/server/cl_client.qc index 8e83451d3..e1bf18c82 100644 --- a/qcsrc/server/cl_client.qc +++ b/qcsrc/server/cl_client.qc @@ -2843,7 +2843,7 @@ void PlayerPreThink (void) } } else - self.glowmod = colormapPaletteColor(self.clientcolors & 0x0F, TRUE) * 2; + self.weaponentity_glowmod = colormapPaletteColor(self.clientcolors & 0x0F, TRUE) * 2; player_powerups(); }