mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
Remove hardcoded question mark from sm_vote (#1699)
(cherry picked from commit f5461df28c)
This commit is contained in:
parent
f0c88810fb
commit
38bece1bb2
@ -202,7 +202,7 @@ public Action Command_Vote(int client, int args)
|
||||
g_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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user