mirror of
https://github.com/appgurueu/modlib.git
synced 2025-02-17 00:32:35 +01:00
Fix vector aliases
This commit is contained in:
@ -26,7 +26,7 @@ metatable = {
|
||||
end,
|
||||
__newindex = function(table, key, value)
|
||||
-- TODO
|
||||
local index = letters[key]
|
||||
local index = index_aliases[key]
|
||||
if index ~= nil then
|
||||
return rawset(table, index, value)
|
||||
end
|
||||
|
Reference in New Issue
Block a user