From 5c5b4e9af2d52a2ba705a8414d68c3d2aa2b950d Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 8 Feb 2013 01:22:13 -0500 Subject: [PATCH] stuff. --- qcsrc/client/Main.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index 163301b95..8e0689f00 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -705,6 +705,8 @@ void Ent_ReadSpawnPoint(float is_new) self.origin_y = ReadShort(); self.origin_z = ReadShort(); + //self.colormod = colormapPaletteColor(self.team - 1, FALSE); + //setsize(self, PL_MIN, PL_MAX); //droptofloor(); -- 2.39.2