r4569 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 1 09:39:35 EDT 2008


Author: div0
Date: 2008-10-01 09:39:35 -0400 (Wed, 01 Oct 2008)
New Revision: 4569

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
oops, forgot a check


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2008-10-01 12:42:34 UTC (rev 4568)
+++ trunk/data/qcsrc/server/g_world.qc	2008-10-01 13:39:35 UTC (rev 4569)
@@ -947,6 +947,7 @@
 	}
 
 	s = strcat(":labels:player:", GetPlayerScoreString(world, 0));
+	if(to_console)
 		print(s, "\n");
 	if(to_eventlog)
 		GameLogEcho(s);




More information about the nexuiz-commits mailing list