mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
Fix setting unknown fields on vectors not working
This commit is contained in:
parent
b52fee94af
commit
48e5508322
@ -29,6 +29,7 @@ metatable = {
|
|||||||
if index ~= nil then
|
if index ~= nil then
|
||||||
return rawset(table, index, value)
|
return rawset(table, index, value)
|
||||||
end
|
end
|
||||||
|
return rawset(table, key, value)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user