X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fclient.qc;h=97fcfcad4b70af2500c29b595ca2156ae0f15871;hp=478ffaca9e22a62d0ee8e18416de451b65757bb5;hb=6d316974710a435f3c5bb21dc6e6faca0571154d;hpb=5a956b40964e8c4a74208fe74cc04f48983f0d65 diff --git a/qcsrc/server/client.qc b/qcsrc/server/client.qc index 478ffaca9e..97fcfcad4b 100644 --- a/qcsrc/server/client.qc +++ b/qcsrc/server/client.qc @@ -901,7 +901,7 @@ void KillIndicator_Think(entity this) ClientKill_Now(this.owner); return; } - else if(g_cts && this.health == 1) // health == 1 means that it's silent + else if(this.health == 1) // health == 1 means that it's silent { this.nextthink = time + 1; this.cnt -= 1;