]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile error
authorMario <mario.mario@y7mail.com>
Wed, 8 May 2013 02:05:31 +0000 (12:05 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 8 May 2013 02:05:31 +0000 (12:05 +1000)
qcsrc/server/mutators/mutator_minstagib.qc

index efeec3decd04945f19c25486ba2560b8d79203b2..05354a2b1e1705dd01416ff5c6c9c07822898536 100644 (file)
@@ -355,7 +355,7 @@ MUTATOR_HOOKFUNCTION(minstagib_ItemTouch)
        if(self.max_health)
        {
                other.armorvalue = bound(other.armorvalue, 999, other.armorvalue + autocvar_g_minstagib_extralives);
        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;
        }
                
        return FALSE;