From 8885355d675f9b75bfecf05300a489fc4be6a3e1 Mon Sep 17 00:00:00 2001 From: div0 Date: Thu, 11 Jan 2007 09:04:06 +0000 Subject: [PATCH] oops git-svn-id: svn://svn.icculus.org/nexuiz/trunk@2097 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/clientcommands.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/server/clientcommands.qc b/data/qcsrc/server/clientcommands.qc index 3f4d17573..f3a41d757 100644 --- a/data/qcsrc/server/clientcommands.qc +++ b/data/qcsrc/server/clientcommands.qc @@ -236,7 +236,7 @@ void SV_ParseClientCommand(string s) { 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) -- 2.39.2