r2564 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 14 16:47:39 EDT 2007


Author: div0
Date: 2007-05-14 16:47:39 -0400 (Mon, 14 May 2007)
New Revision: 2564

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
interfere message now with team name


Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2007-05-14 20:40:16 UTC (rev 2563)
+++ trunk/data/qcsrc/server/keyhunt.qc	2007-05-14 20:47:39 UTC (rev 2564)
@@ -488,7 +488,7 @@
 				else
 					centerprint(head, "All keys are in your team's hands!\n\nHelp the key carriers to meet!\n");
 			else
-				centerprint(head, "All keys are in the enemy's hands!\n\nInterfere ^1NOW^7!\n");
+				centerprint(head, strcat("All keys are in the ", ColoredTeamName(kh_interferemsg_team), "^7's hands!\n\nInterfere ^1NOW^7!\n"));
 		}
 	}
 




More information about the nexuiz-commits mailing list