Module:Param Parse: Difference between revisions
Handle currency throwing error
m (Fix link to invalid profession) |
(Handle currency throwing error) |
||
Line 319:
-- Value
function parse.value_func(val)
local err, val = pcall(currency, val)
return currency(val)▼
if not err then
end
end
parse.value = {
|