From 5f81dd7be599c540507948f6ba0599f4f107eaab Mon Sep 17 00:00:00 2001 From: Michael McKoy Date: Sun, 9 Dec 2007 21:45:23 +0000 Subject: [PATCH] Small change to RTV to avoid timer issues. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401783 --- plugins/rockthevote.sp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/rockthevote.sp b/plugins/rockthevote.sp index a57f038a..b85b54d1 100644 --- a/plugins/rockthevote.sp +++ b/plugins/rockthevote.sp @@ -315,7 +315,9 @@ public Action:Command_Say(client, args) public Action:Timer_DelayRTV(Handle:timer) { - g_RTVAllowed = true; + g_RTVAllowed = true; + g_RTVStarted = false; + g_RTVEnded = false; } public Action:Timer_StartRTV(Handle:timer)