Fix setting unknown fields on vectors not working

This commit is contained in:
Lars Mueller 2022-05-11 13:58:29 +02:00
parent b52fee94af
commit 48e5508322

@ -29,6 +29,7 @@ metatable = {
if index ~= nil then
return rawset(table, index, value)
end
return rawset(table, key, value)
end
}