r2989 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Nov 22 10:01:44 EST 2007


Author: div0
Date: 2007-11-22 10:01:43 -0500 (Thu, 22 Nov 2007)
New Revision: 2989

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
where did this colon come from? :P


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2007-11-22 14:39:57 UTC (rev 2988)
+++ trunk/data/qcsrc/server/g_world.qc	2007-11-22 15:01:43 UTC (rev 2989)
@@ -321,7 +321,7 @@
 		s = strcat(cvar_string("sv_eventlog_files_counter"), ".");
 		s = strcat(s, ftos(random()));
 #ifdef MAPINFO
-		GameLogEcho(strcat(":gamestart:", GetGametype(), "_", GetMapname(), ":", s, ":"), FALSE);
+		GameLogEcho(strcat(":gamestart:", GetGametype(), "_", GetMapname(), ":", s), FALSE);
 #else
 		GameLogEcho(strcat(":gamestart:", GetMapname(), ":", s), FALSE);
 #endif




More information about the nexuiz-commits mailing list