r3698 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jun 8 13:27:22 EDT 2008


Author: div0
Date: 2008-06-08 13:27:20 -0400 (Sun, 08 Jun 2008)
New Revision: 3698

Modified:
   trunk/data/qcsrc/server/vote.qc
Log:
and that was MY bug :P


Modified: trunk/data/qcsrc/server/vote.qc
===================================================================
--- trunk/data/qcsrc/server/vote.qc	2008-06-08 17:26:41 UTC (rev 3697)
+++ trunk/data/qcsrc/server/vote.qc	2008-06-08 17:27:20 UTC (rev 3698)
@@ -117,7 +117,7 @@
 							vote = GetKickVoteVictim_newcommand;
 							votecalledvote_display = strzone(strcat("^1", vote, " (^7", victim.netname, "^1): ", GetKickVoteVictim_reason));
 						}
-						else if(vote == "kick " || vote == "kickban ")
+						else if(vote == "kick" || vote == "kickban")
 						{
 							print_to(e, strcat("Usage: ", vote, " #playernumber (as in \"status\")\n"));
 							return TRUE;




More information about the nexuiz-commits mailing list