From 12f535de666f8bf095db6a6bc83636a8976d991d Mon Sep 17 00:00:00 2001 From: torhal Date: Tue, 9 Jun 2009 02:50:51 +0000 Subject: [PATCH] Fixed the previous fix. --- ARLDatamine.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index f56f060..45ef9bd 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -2400,11 +2400,9 @@ do tinsert(extra_flags, tostring(CLASS_TYPES[v]).." ("..v..")") end end - else -- Recipe is not class specific + else -- Recipe is not class specific - every flag should be set. for k, v in ipairs(ORDERED_CLASS_TYPES) do --- if flags[CLASS_TYPES[v]] then --- tinsert(extra_flags, tostring(CLASS_TYPES[v]).." ("..v..")") - if scan_data[v] and not flags[CLASS_TYPES[v]] then + if not flags[CLASS_TYPES[v]] then tinsert(missing_flags, tostring(CLASS_TYPES[v]).." ("..v..")") end end -- 1.7.9.5