Module:ItemSources: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 17: Line 17:


local data = storeLocationsList.main(frame)
local data = pcall(storeLocationsList.main(frame))


if data == nil then
if data == nil then

Navigation menu