]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't bother checking for CTS specifically if the re-spawn is intended to be silent
authorMario <mario@smbclan.net>
Mon, 6 Mar 2017 08:00:11 +0000 (18:00 +1000)
committerMario <mario@smbclan.net>
Mon, 6 Mar 2017 08:00:11 +0000 (18:00 +1000)
qcsrc/server/client.qc

index 478ffaca9e22a62d0ee8e18416de451b65757bb5..97fcfcad4b70af2500c29b595ca2156ae0f15871 100644 (file)
@@ -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;