From: Samual Date: Tue, 27 Dec 2011 15:30:10 +0000 (-0500) Subject: Add todo here so I know to add the message later X-Git-Tag: xonotic-v0.6.0~188^2~28^2~59 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=da843eff650adada6381376f5eedddcb6d1bc7a6;p=xonotic%2Fxonotic-data.pk3dir.git Add todo here so I know to add the message later --- diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index 9dbf1b067..b9ecd1de5 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -898,7 +898,7 @@ void VoteCommand_(float request) VOTE_COMMAND("abstain", VoteCommand_abstain(request, caller), "Abstain your vote in current vote", VC_ASGNMNT_CLIENTONLY) \ VOTE_COMMAND("call", VoteCommand_call(request, caller, arguments, command), "Create a new vote for players to decide on", VC_ASGNMNT_BOTH) \ VOTE_COMMAND("help", VoteCommand_macro_help(caller, arguments), "Shows this information", VC_ASGNMNT_BOTH) \ - VOTE_COMMAND("master", VoteCommand_master(request, caller, arguments, command), "", VC_ASGNMNT_CLIENTONLY) \ + VOTE_COMMAND("master", VoteCommand_master(request, caller, arguments, command), "TODO", VC_ASGNMNT_CLIENTONLY) \ VOTE_COMMAND("no", VoteCommand_no(request, caller), "Select no in current vote", VC_ASGNMNT_CLIENTONLY) \ VOTE_COMMAND("status", VoteCommand_status(request, caller), "Prints information about current vote", VC_ASGNMNT_BOTH) \ VOTE_COMMAND("stop", VoteCommand_stop(request, caller), "Immediately end a vote", VC_ASGNMNT_BOTH) \