comparison Modules/ArkInventoryRules.lua @ 120:09a38a382194

Debugging code
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 02 Sep 2010 21:33:34 -0700
parents d94195157a6b
children
comparison
equal deleted inserted replaced
119:d94195157a6b 120:09a38a382194
54 return false 54 return false
55 elseif string.lower( strtrim( arg ) ) == 'qa' then 55 elseif string.lower( strtrim( arg ) ) == 'qa' then
56 if ItemAuditor:IsQACompatible() then 56 if ItemAuditor:IsQACompatible() then
57 local groupName = QAAPI:GetItemGroup(link) 57 local groupName = QAAPI:GetItemGroup(link)
58 if groupName then 58 if groupName then
59 DevTools_Dump({link, groupName})
60 return true 59 return true
61 end 60 end
62 end 61 end
63 DevTools_Dump({link, false})
64 return false 62 return false
65 end 63 end
66 64
67 else 65 else
68 66