r4213 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Aug 27 05:21:28 EDT 2008


Author: div0
Date: 2008-08-27 05:21:12 -0400 (Wed, 27 Aug 2008)
New Revision: 4213

Modified:
   trunk/data/qcsrc/server/scores.qc
Log:
add g_nexuizversion to qcstatus


Modified: trunk/data/qcsrc/server/scores.qc
===================================================================
--- trunk/data/qcsrc/server/scores.qc	2008-08-26 18:18:05 UTC (rev 4212)
+++ trunk/data/qcsrc/server/scores.qc	2008-08-27 09:21:12 UTC (rev 4213)
@@ -334,7 +334,8 @@
 	string s;
 	entity p;
 	s = GetGametype();
-	s = strcat(s, ":", GetPlayerScoreString(world, 2)); // make this 1 once we can
+	s = strcat(s, ":", cvar_string("g_nexuizversion"));
+	s = strcat(s, "::", GetPlayerScoreString(world, 2)); // make this 1 once we can
 
 	if(teamscores_entities_count)
 	{




More information about the nexuiz-commits mailing list