From 2ae462434461afc3c2f0b65cd273463b45a084bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D2=9C=E2=84=B4=C5=A3=D8=A3=C4=B7?= <40791562+TheByKotik@users.noreply.github.com> Date: Thu, 3 Feb 2022 15:56:25 +0500 Subject: [PATCH] Remove hardcoded question mark from sm_vote (#1699) --- plugins/basevotes.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/basevotes.sp b/plugins/basevotes.sp index 8b0110f3..4337e13e 100644 --- a/plugins/basevotes.sp +++ b/plugins/basevotes.sp @@ -205,7 +205,7 @@ public Action Command_Vote(int client, int args) g_voteType = VoteType_Question; g_hVoteMenu = new Menu(Handler_VoteCallback, MENU_ACTIONS_ALL); - g_hVoteMenu.SetTitle("%s?", g_voteArg); + g_hVoteMenu.SetTitle("%s", g_voteArg); if (answerCount < 2) {