]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile
authorMario <mario@smbclan.net>
Fri, 24 Jun 2016 00:32:23 +0000 (10:32 +1000)
committerMario <mario@smbclan.net>
Fri, 24 Jun 2016 00:32:23 +0000 (10:32 +1000)
qcsrc/server/cl_client.qc

index 3edf09ef9ae89c3c9e54f1c6ef2188f1afe65c74..d50b89920c4b9c64c9e6360ae0797f7bf9f929f9 100644 (file)
@@ -802,7 +802,7 @@ void ClientKill_Now(entity this)
        if(this.killindicator_teamchange)
                ClientKill_Now_TeamChange(this);
 
-       if(!IS_SPEC(this) && !IS_OBSERVER(it))
+       if(!IS_SPEC(this) && !IS_OBSERVER(this))
                Damage(this, this, this, 100000, DEATH_KILL.m_id, this.origin, '0 0 0');
 
        // now I am sure the player IS dead