Remove hardcoded question mark from sm_vote (#1699)

This commit is contained in:
Ҝℴţأķ
2022-02-03 10:56:25 +00:00
committed by GitHub
parent e5afdb4181
commit f5461df28c
+1 -1
View File
@@ -205,7 +205,7 @@ public Action Command_Vote(int client, int args)
g_voteType = VoteType_Question; g_voteType = VoteType_Question;
g_hVoteMenu = new Menu(Handler_VoteCallback, MENU_ACTIONS_ALL); g_hVoteMenu = new Menu(Handler_VoteCallback, MENU_ACTIONS_ALL);
g_hVoteMenu.SetTitle("%s?", g_voteArg); g_hVoteMenu.SetTitle("%s", g_voteArg);
if (answerCount < 2) if (answerCount < 2)
{ {