]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
oops, fix a typo
authorRudolf Polzer <divverent@xonotic.org>
Mon, 14 Nov 2011 16:10:45 +0000 (17:10 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 14 Nov 2011 16:10:45 +0000 (17:10 +0100)
qcsrc/server/cl_client.qc

index 8e83451d3cde3fdc642ebbe0072600d1cc8fe584..e1bf18c82d21c958147952a40b822fbbd3b0f6de 100644 (file)
@@ -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();
                }