Module:Param Parse: Difference between revisions

m
Fix pcall
m (Fix link to invalid profession)
m (Fix pcall)
 
(One intermediate revision by the same user not shown)
Line 319:
-- Value
function parse.value_func(val)
local status, val = pcall(currency, val)
return currency(val)
if status then
return currency(val)
end
end
parse.value = {
121

edits