mirror of
https://github.com/appgurueu/modlib.git
synced 2025-03-14 04:42:33 +01:00
Fix setting unknown fields on vectors not working
This commit is contained in:
@ -29,6 +29,7 @@ metatable = {
|
||||
if index ~= nil then
|
||||
return rawset(table, index, value)
|
||||
end
|
||||
return rawset(table, key, value)
|
||||
end
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user