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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Apr 4 20:44:25 EDT 2009


Author: mand1nga
Date: 2009-04-04 20:44:25 -0400 (Sat, 04 Apr 2009)
New Revision: 6429

Modified:
   trunk/data/qcsrc/server/arena.qc
Log:
Completed newlines on some arena mode messages

Modified: trunk/data/qcsrc/server/arena.qc
===================================================================
--- trunk/data/qcsrc/server/arena.qc	2009-04-05 00:11:50 UTC (rev 6428)
+++ trunk/data/qcsrc/server/arena.qc	2009-04-05 00:44:25 UTC (rev 6429)
@@ -189,14 +189,14 @@
 	if(time < warmup && self.spawned)
 	{
 		if(champion)
-			msg = strcat(msg, "The Champion is ", champion.netname, "^7");
+			msg = strcat(msg, "The Champion is ", champion.netname, "^7\n");
 
 		if(f)
-			msg = strcat(msg, "Round will start in ", ftos(f));
+			msg = strcat(msg, "Round will start in ", ftos(f),"\n");
 		else
 		{
 			if(self.spawned)
-				msg = strcat(msg, "^1Fight!");
+				msg = strcat(msg, "^1Fight!\n");
 		}
 
 		centerprint(self, msg);



More information about the nexuiz-commits mailing list