r2320 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Apr 15 16:46:39 EDT 2007


Author: div0
Date: 2007-04-15 16:46:39 -0400 (Sun, 15 Apr 2007)
New Revision: 2320

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
only need console log output ONCE


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2007-04-15 20:22:44 UTC (rev 2319)
+++ trunk/data/qcsrc/server/g_world.qc	2007-04-15 20:46:39 UTC (rev 2320)
@@ -905,6 +905,10 @@
 		to_eventlog = FALSE; // but never print them to the event log
 	}
 
+	if(to_eventlog)
+		if(cvar("sv_eventlog_console"))
+			to_console = FALSE; // otherwise we get the output twice
+
 	if(final)
 		s = ":scores:";
 	else




More information about the nexuiz-commits mailing list