From dd9065add935886e5623cba52fb27218b8f403b8 Mon Sep 17 00:00:00 2001 From: div0 Date: Wed, 28 Mar 2007 10:14:16 +0000 Subject: [PATCH] display default binds for voting git-svn-id: svn://svn.icculus.org/nexuiz/trunk@2265 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 898b322c3..c22663438 100644 --- a/data/qcsrc/server/clientcommands.qc +++ b/data/qcsrc/server/clientcommands.qc @@ -486,7 +486,7 @@ void VoteStop(entity stopper) { 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!")); + 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.")); } void VoteCount() { -- 2.39.2