r3370 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Feb 13 07:07:41 EST 2008


Author: div0
Date: 2008-02-13 07:07:40 -0500 (Wed, 13 Feb 2008)
New Revision: 3370

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
THAT should fix the display


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2008-02-13 12:03:16 UTC (rev 3369)
+++ trunk/data/qcsrc/server/clientcommands.qc	2008-02-13 12:07:40 UTC (rev 3370)
@@ -261,8 +261,8 @@
 						{
 							if(!(e = GetKickVoteVictim(vote, "vcall")))
 								return;
+							vote = GetKickVoteVictim_newcommand;
 							votecalledvote_display = strzone(strcat("^1", vote, " (^7", e.netname, "^1): ", GetKickVoteVictim_reason));
-							vote = GetKickVoteVictim_newcommand;
 						}
 						else
 						{
@@ -352,8 +352,8 @@
 					{
 						if(!(e = GetKickVoteVictim(dovote, "vdo")))
 							return;
+						dovote = GetKickVoteVictim_newcommand;
 						dovote_display = strzone(strcat("^1", dovote, " (^7", e.netname, "^1): ", GetKickVoteVictim_reason));
-						dovote = GetKickVoteVictim_newcommand;
 					}
 					bprint("\{1}^2* ^3", self.netname, "^2 used his ^3master^2 status to do \"^2", dovote_display, "^2\".\n");
 					localcmd(strcat(dovote, "\n"));




More information about the nexuiz-commits mailing list