Fixed amb1601 - Wrong ConVar handle in vote FF menu
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402036
This commit is contained in:
parent
dcb9efa131
commit
0c5e4b5a2f
@ -52,7 +52,7 @@ DisplayVoteFFMenu(client)
|
||||
|
||||
g_hVoteMenu = CreateMenu(Handler_VoteCallback, MenuAction:MENU_ACTIONS_ALL);
|
||||
|
||||
if (GetConVarBool(g_Cvar_Alltalk))
|
||||
if (GetConVarBool(g_Cvar_FF))
|
||||
{
|
||||
SetMenuTitle(g_hVoteMenu, "Voteff Off");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user