r2847 - branches/nexuiz-2.0/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Oct 21 15:02:47 EDT 2007


Author: div0
Date: 2007-10-21 15:02:47 -0400 (Sun, 21 Oct 2007)
New Revision: 2847

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/g_world.qc
Log:
taking back my spammy "feature"


Modified: branches/nexuiz-2.0/data/qcsrc/server/g_world.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/g_world.qc	2007-10-21 19:01:54 UTC (rev 2846)
+++ branches/nexuiz-2.0/data/qcsrc/server/g_world.qc	2007-10-21 19:02:47 UTC (rev 2847)
@@ -1871,12 +1871,14 @@
 				msg_entity = other;
 				WriteByte(MSG_ONE, SVC_FINALE);
 				WriteString(MSG_ONE, "");
+				/*
 				for(i = 0; i < mapvote_count; ++i)
 					if(mapvote_maps[i] != "")
 					{
 						tmp = mapvote_maps[i];
 						sprint(other, strcat("map voting: type ^1impulse ", ftos(i+1), "^7 to vote for ", tmp, "\n"));
 					}
+				*/
 			}
 		}
 




More information about the nexuiz-commits mailing list