Content deleted Content added
allow __newindex to overwrite values in the metaArgs table with nil |
Jackmcbarn (talk | contribs) don't bother looking again if pairs is already done |
||
Line 159:
if val ~= nil then
return val
elseif metatable.donePairs or nilArgs[key] then
return nil
end
|