Content deleted Content added
Od Mishehu (talk | contribs) m rm extra parentheses |
Od Mishehu (talk | contribs) mNo edit summary |
||
Line 17:
p.cats = setmetatable({}, {__newindex = function(t, i, v)
if not rawget(t, i) then
table.insert(t, i)
end
|