Fixed amb1601 - Wrong ConVar handle in vote FF menu

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402035
This commit is contained in:
Matt Woodrow 2008-04-11 08:03:53 +00:00
parent b1b2da3cb8
commit be8146364f

View File

@ -4,7 +4,7 @@
* SourceMod Basefunvotes Plugin
* Provides vote ff functionality
*
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved.
* SourceMod (C)2004-2008 AlliedModders LLC. All rights reserved.
* =============================================================================
*
* This program is free software; you can redistribute it and/or modify it under
@ -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");
}