From 2352b11b18bedf1d903053e525ec5acb158795b3 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Thu, 1 May 2008 04:54:37 +0000 Subject: [PATCH] More bugfixes --HG-- branch : sourcemod-1.0.1 extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.1%402118 --- plugins/funvotes/voteff.sp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/funvotes/voteff.sp b/plugins/funvotes/voteff.sp index 399a3ea4..e12934cc 100644 --- a/plugins/funvotes/voteff.sp +++ b/plugins/funvotes/voteff.sp @@ -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 @@ -28,7 +28,7 @@ * exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), * or . * - * Version: $Id: admin-flatfile.sp 1438 2007-09-16 03:45:06Z dvander $ + * Version: $Id$ */ DisplayVoteFFMenu(client) @@ -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"); }