From: FruitieX Date: Mon, 13 Dec 2010 20:18:47 +0000 (+0200) Subject: comment this sprint out, not sure we want it (centerprint should already make it... X-Git-Tag: xonotic-v0.1.0preview~34^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c00d52147efc180e424855bd7c1407887ad24492;p=xonotic%2Fxonotic-data.pk3dir.git comment this sprint out, not sure we want it (centerprint should already make it obvious enough, plus the centerprint varies depending on what will happen e.g. spec/teamchange/kill) --- diff --git a/qcsrc/server/cl_client.qc b/qcsrc/server/cl_client.qc index 12c810f16..fea11ec93 100644 --- a/qcsrc/server/cl_client.qc +++ b/qcsrc/server/cl_client.qc @@ -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; ) {