r2844 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Oct 21 13:13:59 EDT 2007


Author: div0
Date: 2007-10-21 13:13:59 -0400 (Sun, 21 Oct 2007)
New Revision: 2844

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
darn... i+1


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2007-10-21 17:00:10 UTC (rev 2843)
+++ trunk/data/qcsrc/server/g_world.qc	2007-10-21 17:13:59 UTC (rev 2844)
@@ -1877,7 +1877,7 @@
 					if(mapvote_maps[i] != "")
 					{
 						tmp = mapvote_maps[i];
-						sprint(other, strcat("map voting: type ^1impulse ", ftos(i), "^7 to vote for ", tmp, "\n"));
+						sprint(other, strcat("map voting: type ^1impulse ", ftos(i+1), "^7 to vote for ", tmp, "\n"));
 					}
 			}
 		}




More information about the nexuiz-commits mailing list