Changes
Jump to navigation
Jump to search
m
remove unnecessary whitespace and copy edit one of the error messages
if not key or not Blurb.bannerTextFields[key] then
error(string.format(
'"%s" is not a valid banner config field',
tostring(key)
), 2)
return self:_substituteParameters(msg)
end
end
--------------------------------------------------------------------------------