Module:NpcData: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 43: | Line 43: | ||
if not key or key == '' then break end | if not key or key == '' then break end | ||
-- | -- Check if the current argument is the rounding value | ||
if tonumber(key) then | if tonumber(key) and type(current_value) == "number" then | ||
break | break | ||
end | end | ||