From: Mario Date: Fri, 24 Jun 2016 00:32:23 +0000 (+1000) Subject: Fix compile X-Git-Tag: xonotic-v0.8.2~700^2~102^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b2e9e85b747835df6898c20797624b24470ed383;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile --- diff --git a/qcsrc/server/cl_client.qc b/qcsrc/server/cl_client.qc index 3edf09ef9..d50b89920 100644 --- a/qcsrc/server/cl_client.qc +++ b/qcsrc/server/cl_client.qc @@ -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