r2269 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Mar 28 16:52:42 EDT 2007


Author: div0
Date: 2007-03-28 16:52:42 -0400 (Wed, 28 Mar 2007)
New Revision: 2269

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
vote message in four lines again


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2007-03-28 20:52:13 UTC (rev 2268)
+++ trunk/data/qcsrc/server/clientcommands.qc	2007-03-28 20:52:42 UTC (rev 2269)
@@ -486,7 +486,7 @@
 void VoteNag() {
 	if(votecalled)
 		if(self.vote_vote == 0)
-			centerprint_atprio(self, CENTERPRIO_VOTE, strcat("^7^3", votecaller.netname, "^2 called a vote for:\n^1", votecalledvote, "\n\n^2You have not voted yet!\n^2HINT: By default, F1 is yes and F2 is no."));
+			centerprint_atprio(self, CENTERPRIO_VOTE, strcat("^7^3", votecaller.netname, "^2 called a vote for ^1", votecalledvote, "\n\n^2You have not voted yet!\n^2HINT: By default, F1 is yes and F2 is no."));
 }
 
 void VoteCount() {




More information about the nexuiz-commits mailing list