r3371 - trunk/data/qcsrc/server

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


Author: div0
Date: 2008-02-13 07:08:16 -0500 (Wed, 13 Feb 2008)
New Revision: 3371

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
get rid of unnecessary zoning


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2008-02-13 12:07:40 UTC (rev 3370)
+++ trunk/data/qcsrc/server/clientcommands.qc	2008-02-13 12:08:16 UTC (rev 3371)
@@ -353,7 +353,7 @@
 						if(!(e = GetKickVoteVictim(dovote, "vdo")))
 							return;
 						dovote = GetKickVoteVictim_newcommand;
-						dovote_display = strzone(strcat("^1", dovote, " (^7", e.netname, "^1): ", GetKickVoteVictim_reason));
+						dovote_display = 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"));




More information about the nexuiz-commits mailing list