Changes
Jump to navigation
Jump to search
m
mw.log(key) -- for debugging
remove log message
local function attemptMatch()
local key = table.concat(keyTable, '-')
return cats[key]
end