[nexuiz-commits] r6563 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 22 11:48:03 EDT 2009


Author: div0
Date: 2009-04-22 11:48:03 -0400 (Wed, 22 Apr 2009)
New Revision: 6563

Modified:
   trunk/data/qcsrc/server/vote.qc
Log:
fix voting really now


Modified: trunk/data/qcsrc/server/vote.qc
===================================================================
--- trunk/data/qcsrc/server/vote.qc	2009-04-22 15:47:26 UTC (rev 6562)
+++ trunk/data/qcsrc/server/vote.qc	2009-04-22 15:48:03 UTC (rev 6563)
@@ -428,6 +428,8 @@
 	if(votecommand == "chmap")
 		if(strstrofs(l, " gotomap ", 0) >= 0)
 			return TRUE;
+	
+	return FALSE;
 }
 
 float VoteAllowed(string votecommand, string cmd) {



More information about the nexuiz-commits mailing list