From e50a16fd34ed4963041f2a2ca7d92ed6d78a37e2 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Thu, 28 Mar 2013 21:04:41 +0000 Subject: [PATCH] Fix syntax error. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@850 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleBestAction.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/OvaleBestAction.lua b/OvaleBestAction.lua index 693a630..b6e2f8b 100644 --- a/OvaleBestAction.lua +++ b/OvaleBestAction.lua @@ -238,6 +238,7 @@ local function ComputeFunction(element) element.castTime = castTime / 1000 else element.castTime = nil + end end if si and si.toggle and actionIsCurrent then Ovale:Logf("Action %s (toggle) is the current action", element.params[1]) -- 1.7.9.5