r3931 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jul 26 14:12:55 EDT 2008


Author: div0
Date: 2008-07-26 14:12:55 -0400 (Sat, 26 Jul 2008)
New Revision: 3931

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
reliably send the mapvote data


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2008-07-26 17:57:44 UTC (rev 3930)
+++ trunk/data/qcsrc/server/g_world.qc	2008-07-26 18:12:55 UTC (rev 3931)
@@ -1795,7 +1795,7 @@
 	mapvote_screenshot_dir = strzone(mapvote_screenshot_dir);
 
 	if(!cvar("g_maplist_textonly"))
-		MapVote_SendData(MSG_BROADCAST);
+		MapVote_SendData(MSG_ALL);
 }
 
 void MapVote_SendPicture(float id)




More information about the nexuiz-commits mailing list