From 6ae5668ebc479beeb51d91c281951961b84b4e02 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Sat, 19 Oct 2013 07:54:23 +0000 Subject: [PATCH] Placate compiler.pl. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1081 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleBestAction.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvaleBestAction.lua b/OvaleBestAction.lua index 2eae4f9..75c75a7 100644 --- a/OvaleBestAction.lua +++ b/OvaleBestAction.lua @@ -713,7 +713,7 @@ end function OvaleBestAction:ComputeBool(element) local start, ending, _, newElement = self:Compute(element) - -- Match SimC:0 is false, non-zero is true. + -- Match SimC: 0 is false, non-zero is true. -- (https://code.google.com/p/simulationcraft/wiki/ActionLists#Logical_operators) if newElement and newElement.type == "value" and newElement.value == 0 and newElement.rate == 0 then return nil -- 1.7.9.5