From 1da75cba54405d09961a713af807111e905cef64 Mon Sep 17 00:00:00 2001 From: ckaotik Date: Sat, 22 May 2010 23:12:51 +0200 Subject: [PATCH] another limited items bug fixed (if limit was not reached, items would still be displayed in the tooltip) --- core.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core.lua b/core.lua index 3d4002d..94c3852 100644 --- a/core.lua +++ b/core.lua @@ -712,6 +712,8 @@ function BrokerGarbage:GetCheapest(number) break; end end + else + insert = false end if insert then -- treat like a regular include item -- 1.7.9.5