[nexuiz-commits] r8110 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Oct 12 04:15:23 EDT 2009


Author: samual
Date: 2009-10-12 04:15:17 -0400 (Mon, 12 Oct 2009)
New Revision: 8110

Modified:
   trunk/data/qcsrc/server/g_damage.qc
Log:
Fix typo in typefrag message

Modified: trunk/data/qcsrc/server/g_damage.qc
===================================================================
--- trunk/data/qcsrc/server/g_damage.qc	2009-10-12 08:08:32 UTC (rev 8109)
+++ trunk/data/qcsrc/server/g_damage.qc	2009-10-12 08:15:17 UTC (rev 8110)
@@ -374,7 +374,7 @@
 					centerprint(targ, strcat(DAMAGE_CENTERPRINT_SPACER, a,"^1 scored against you ^7", GetAdvancedDeathReports(attacker)));
 				} else {
 					if((cvar("sv_fragmessage_information_typefrag")) && (targ.BUTTON_CHAT)) {
-						centerprint(attacker, strcat(DAMAGE_CENTERPRINT_SPACER, blood_message, "^4You ^1typefragged ^7", s, GetAdvancedDeathReports(targ)));
+						centerprint(attacker, strcat(DAMAGE_CENTERPRINT_SPACER, blood_message, "^1You typefragged ^7", s, GetAdvancedDeathReports(targ)));
 						centerprint(targ, strcat(DAMAGE_CENTERPRINT_SPACER, victim_message, "^1You were typefragged by ^7", a, GetAdvancedDeathReports(attacker)));
 					} else { 
 						centerprint(attacker, strcat(DAMAGE_CENTERPRINT_SPACER, blood_message, "^4You fragged ^7", s, GetAdvancedDeathReports(targ)));



More information about the nexuiz-commits mailing list