r5142 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Nov 28 12:18:23 EST 2008


Author: div0
Date: 2008-11-28 12:18:23 -0500 (Fri, 28 Nov 2008)
New Revision: 5142

Modified:
   trunk/data/qcsrc/server/ctf.qc
Log:
oops, capture message...


Modified: trunk/data/qcsrc/server/ctf.qc
===================================================================
--- trunk/data/qcsrc/server/ctf.qc	2008-11-28 15:16:28 UTC (rev 5141)
+++ trunk/data/qcsrc/server/ctf.qc	2008-11-28 17:18:23 UTC (rev 5142)
@@ -424,6 +424,8 @@
 				bprint(other.netname, "^7 captured the ", other.flagcarried.netname, " in ", s, ", failing to break ", strcat(h0, " record of ", s0, " seconds\n"));
 			}
 		}
+		else
+			bprint(other.netname, "^7 captured the ", other.flagcarried.netname, "\n");
 
 		PlayerTeamScore_Add(other, SP_CTF_CAPS, ST_CTF_CAPS, 1);
 		LogCTF("capture", other.flagcarried.team, other);




More information about the nexuiz-commits mailing list