r3974 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jul 29 08:49:16 EDT 2008


Author: div0
Date: 2008-07-29 08:49:16 -0400 (Tue, 29 Jul 2008)
New Revision: 3974

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
oops ;)


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2008-07-29 12:45:33 UTC (rev 3973)
+++ trunk/data/qcsrc/server/g_world.qc	2008-07-29 12:49:16 UTC (rev 3974)
@@ -1003,7 +1003,7 @@
 
 	if(teamplay)
 	{
-		s = strcat(":labels:team:", GetTeamScoreString(0));
+		s = strcat(":labels:teamscores:", GetTeamScoreString(0));
 		if(to_console)
 			ServerConsoleEcho(s, TRUE);
 		if(to_eventlog)
@@ -1013,7 +1013,7 @@
 	
 		for(i = 1; i < 16; ++i)
 		{
-			s = strcat(":team:see-labels:", GetTeamScoreString(i));
+			s = strcat(":teamscores:see-labels:", GetTeamScoreString(i));
 			s = strcat(s, ":", ftos(i));
 			if(to_console)
 				ServerConsoleEcho(s, TRUE);




More information about the nexuiz-commits mailing list