r5055 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 16 02:11:35 EST 2008


Author: div0
Date: 2008-11-16 02:11:35 -0500 (Sun, 16 Nov 2008)
New Revision: 5055

Modified:
   trunk/data/qcsrc/server/g_damage.qc
Log:
possibly fix hurttrigger message2, someone try it


Modified: trunk/data/qcsrc/server/g_damage.qc
===================================================================
--- trunk/data/qcsrc/server/g_damage.qc	2008-11-16 06:53:09 UTC (rev 5054)
+++ trunk/data/qcsrc/server/g_damage.qc	2008-11-16 07:11:35 UTC (rev 5055)
@@ -325,7 +325,7 @@
 						bprint ("^1",s, "^1 was shot into space by ", a, "\n");
 					else if (deathtype == DEATH_SWAMP)
 						bprint ("^1",s, "^1 was conserved by ", a, "\n");
-					else if (deathtype == DEATH_HURTTRIGGER && attacker.message2 != "")
+					else if (deathtype == DEATH_HURTTRIGGER && inflictor.message2 != "")
 					{
 						p = strstrofs(inflictor.message2, "#", 0);
 						if(p < 0)




More information about the nexuiz-commits mailing list