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:
Matt Woodrow 2008-04-11 08:04:11 +00:00
parent dcb9efa131
commit 0c5e4b5a2f

View File

@ -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");
}