Editing Module:GameDataGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 44: | Line 44: | ||
-- Key match: property name exists with a meaningful value | -- Key match: property name exists with a meaningful value | ||
if k == prop then | if k == prop then | ||
if type(v) == "table" then | if type(v) == "table" then v = v["Value"] end | ||
if v ~= nil and v ~= 0 and v ~= "" and v ~= "0" and v ~= "0m" then | if v ~= nil and v ~= 0 and v ~= "" and v ~= "0" and v ~= "0m" then | ||
return true | return true | ||