]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
comment this sprint out, not sure we want it (centerprint should already make it...
authorFruitieX <fruitiex@gmail.com>
Mon, 13 Dec 2010 20:18:47 +0000 (22:18 +0200)
committerFruitieX <fruitiex@gmail.com>
Mon, 13 Dec 2010 20:18:47 +0000 (22:18 +0200)
qcsrc/server/cl_client.qc

index 12c810f16c7d43fcfbe55f644b5b5c5528785cff..fea11ec930d644bd47feadd9804851e1581f73df 100644 (file)
@@ -1334,7 +1334,7 @@ void ClientKill_TeamChange (float targetteam) // 0 = don't change, -1 = auto, -2
                        self.killindicator.nextthink = time + (self.lip) * 0.05;
                        self.killindicator.cnt = ceil(killtime);
                        self.killindicator.count = bound(0, ceil(killtime), 10);
-                       sprint(self, strcat("^1You'll be dead in ", ftos(self.killindicator.cnt), " seconds\n"));
+                       //sprint(self, strcat("^1You'll be dead in ", ftos(self.killindicator.cnt), " seconds\n"));
 
                        for(e = world; (e = find(e, classname, "body")) != world; )
                        {