From: Mario Date: Wed, 8 May 2013 02:05:31 +0000 (+1000) Subject: Fix compile error X-Git-Tag: xonotic-v0.7.0~55^2~3^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=efde1592431cbb7506727ddbe47a00ca0fbdce5a;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile error --- diff --git a/qcsrc/server/mutators/mutator_minstagib.qc b/qcsrc/server/mutators/mutator_minstagib.qc index efeec3dec..05354a2b1 100644 --- a/qcsrc/server/mutators/mutator_minstagib.qc +++ b/qcsrc/server/mutators/mutator_minstagib.qc @@ -355,7 +355,7 @@ MUTATOR_HOOKFUNCTION(minstagib_ItemTouch) if(self.max_health) { other.armorvalue = bound(other.armorvalue, 999, other.armorvalue + autocvar_g_minstagib_extralives); - Send_Notification(NOTIF_ONE, player, MSG_CENTER, CENTER_EXTRALIVES); + Send_Notification(NOTIF_ONE, other, MSG_CENTER, CENTER_EXTRALIVES); } return FALSE;