r3672 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jun 1 13:52:02 EDT 2008


Author: div0
Date: 2008-06-01 13:52:02 -0400 (Sun, 01 Jun 2008)
New Revision: 3672

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
remove netname from a gamelog line that really should not have needed it


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2008-06-01 17:51:44 UTC (rev 3671)
+++ trunk/data/qcsrc/server/g_world.qc	2008-06-01 17:52:02 UTC (rev 3672)
@@ -1920,7 +1920,7 @@
 	if(mapvote_suggestions[i] != "")
 		strunzone(mapvote_suggestions[i]);
 	mapvote_suggestions[i] = strzone(m);
-	GameLogEcho(strcat(":vote:suggested:", m, ":", ftos(self.playerid), ":", self.netname), TRUE);
+	GameLogEcho(strcat(":vote:suggested:", m, ":", ftos(self.playerid)), TRUE);
 	return strcat("Suggestion of ", m, " accepted.");
 }
 




More information about the nexuiz-commits mailing list