From 0c5e4b5a2f1a85d587e6c751788e2b8d7e05256f Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Fri, 11 Apr 2008 08:04:11 +0000 Subject: [PATCH] Fixed amb1601 - Wrong ConVar handle in vote FF menu --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402036 --- plugins/funvotes/voteff.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/funvotes/voteff.sp b/plugins/funvotes/voteff.sp index c4766b780..b032c3c2f 100644 --- a/plugins/funvotes/voteff.sp +++ b/plugins/funvotes/voteff.sp @@ -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"); }