From d1e25c45a0bbc25d53bc20868f83aa50026977f9 Mon Sep 17 00:00:00 2001 From: "Erik L. Vonderscheer" Date: Sat, 21 Aug 2010 21:38:31 +0000 Subject: [PATCH] --- TradeFilter3.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TradeFilter3.lua b/TradeFilter3.lua index 9a79548..4c83d37 100644 --- a/TradeFilter3.lua +++ b/TradeFilter3.lua @@ -236,7 +236,7 @@ end function TF3:RecycleTables(t, state) local gtime = math.floor(GetTime()*math.pow(10,0)+0.5) / math.pow(10,0) - if (t ~= nil and type(t) == "table" and TF3:GetNumElements(t) >= tonumber(TF3.db.profile.repeat_recycle_size)) then + if (t ~= nil and type(t) == "table" and TF3:GetNumElements(t) > tonumber(TF3.db.profile.repeat_recycle_size)) then local key, value = next(t, state) if key then for k,v in pairs(value) do -- 1.7.9.5