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

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


Author: div0
Date: 2007-10-21 13:14:25 -0400 (Sun, 21 Oct 2007)
New Revision: 2845

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/g_world.qc
Log:
typo in console vote screen


Modified: branches/nexuiz-2.0/data/qcsrc/server/g_world.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/g_world.qc	2007-10-21 17:13:59 UTC (rev 2844)
+++ branches/nexuiz-2.0/data/qcsrc/server/g_world.qc	2007-10-21 17:14:25 UTC (rev 2845)
@@ -1875,7 +1875,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