r3106 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jan 5 04:45:33 EST 2008


Author: div0
Date: 2008-01-05 04:45:23 -0500 (Sat, 05 Jan 2008)
New Revision: 3106

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
use "don't care" instead


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2008-01-05 09:40:15 UTC (rev 3105)
+++ trunk/data/qcsrc/server/g_world.qc	2008-01-05 09:45:23 UTC (rev 3106)
@@ -1777,7 +1777,7 @@
 
 	mapvote_count_real = mapvote_count;
 	if(mapvote_abstain)
-		MapVote_AddVotable("/abstain", 0);
+		MapVote_AddVotable("don't care", 0);
 
 	//dprint("mapvote count is ", ftos(mapvote_count), "\n");
 
@@ -1957,8 +1957,6 @@
 			else
 			{
 				tmp = mapvote_maps[i];
-				if(tmp == "/abstain")
-					tmp = "ABSTAIN!";
 				tmp = strpad(mapvote_maxlen, tmp);
 				tmp = strcat(ftos(math_mod(i + 1, 10)), ": ", tmp);
  				if(mapvote_detail)




More information about the nexuiz-commits mailing list