# HG changeset patch # User Asa Ayers # Date 1279288328 25200 # Node ID f99b9602bdabcc68b4d6f82df26d2493bdace09f # Parent d1df322a512fb4f2e0731124949377701b92aae3 Removed code introduced last night that can cause ItemAuditor to crash. diff -r d1df322a512f -r f99b9602bdab CHANGELOG.txt --- a/CHANGELOG.txt Fri Jul 16 01:36:50 2010 -0700 +++ b/CHANGELOG.txt Fri Jul 16 06:52:08 2010 -0700 @@ -1,6 +1,7 @@ 2010-07-16 Asa Ayers - Added an interface to be able to view what you have invested in. I still need to build a way to modify this information, +- Bug fix 2010-07-14 Asa Ayers diff -r d1df322a512f -r f99b9602bdab Core.lua --- a/Core.lua Fri Jul 16 01:36:50 2010 -0700 +++ b/Core.lua Fri Jul 16 06:52:08 2010 -0700 @@ -232,12 +232,6 @@ end - if self.items[link] ~= nil then - if self.items[link].invested == nil or self.items[link].invested <= 0 then - self.items[link] = nil - end - end - if viewOnly == true and self.items[link] == nil then return {count = 0, invested = 0} elseif viewOnly == true then