r2268 - branches/nexuiz-2.0/data/qcsrc/server

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


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

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/clientcommands.qc
Log:
put the vote message in one line less so it's centered again


Modified: branches/nexuiz-2.0/data/qcsrc/server/clientcommands.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/clientcommands.qc	2007-03-28 12:33:25 UTC (rev 2267)
+++ branches/nexuiz-2.0/data/qcsrc/server/clientcommands.qc	2007-03-28 20:52:13 UTC (rev 2268)
@@ -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