From 350fc74979673e9e4c78dc6edb171da46cf28e03 Mon Sep 17 00:00:00 2001 From: div0 Date: Wed, 13 Feb 2008 12:07:40 +0000 Subject: [PATCH] THAT should fix the display git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3370 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/clientcommands.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/qcsrc/server/clientcommands.qc b/data/qcsrc/server/clientcommands.qc index fafcff71c..98a7409f7 100644 --- a/data/qcsrc/server/clientcommands.qc +++ b/data/qcsrc/server/clientcommands.qc @@ -261,8 +261,8 @@ void SV_ParseClientCommand(string s) { { if(!(e = GetKickVoteVictim(vote, "vcall"))) return; - votecalledvote_display = strzone(strcat("^1", vote, " (^7", e.netname, "^1): ", GetKickVoteVictim_reason)); vote = GetKickVoteVictim_newcommand; + votecalledvote_display = strzone(strcat("^1", vote, " (^7", e.netname, "^1): ", GetKickVoteVictim_reason)); } else { @@ -352,8 +352,8 @@ void SV_ParseClientCommand(string s) { { if(!(e = GetKickVoteVictim(dovote, "vdo"))) return; - dovote_display = strzone(strcat("^1", dovote, " (^7", e.netname, "^1): ", GetKickVoteVictim_reason)); dovote = GetKickVoteVictim_newcommand; + dovote_display = strzone(strcat("^1", dovote, " (^7", e.netname, "^1): ", GetKickVoteVictim_reason)); } bprint("\{1}^2* ^3", self.netname, "^2 used his ^3master^2 status to do \"^2", dovote_display, "^2\".\n"); localcmd(strcat(dovote, "\n")); -- 2.39.2