r2097 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jan 11 04:04:06 EST 2007


Author: div0
Date: 2007-01-11 04:04:06 -0500 (Thu, 11 Jan 2007)
New Revision: 2097

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
oops


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2007-01-11 09:03:52 UTC (rev 2096)
+++ trunk/data/qcsrc/server/clientcommands.qc	2007-01-11 09:04:06 UTC (rev 2097)
@@ -236,7 +236,7 @@
 				if(dovote == "") {
 					sprint(self, "^1Your command was empty. See help for more info.\n");
 				} else if(VoteAllowed(strcat(argv(2)))) { // strcat seems to be necessary
-					if(!ValidateMap(vote))
+					if(!ValidateMap(dovote))
 						return;
 					// remap chmap to gotomap (forces intermission)
 					if(strlen(dovote) >= 6)




More information about the nexuiz-commits mailing list