Nonfunctional virtual component support
This commit is contained in:
@@ -12,8 +12,8 @@ local conversionTables = {
|
||||
}
|
||||
}
|
||||
|
||||
function table.find(table, item)
|
||||
for k, v in pairs(table) do
|
||||
function table.find(tab, item)
|
||||
for k, v in pairs(tab) do
|
||||
if v == item then
|
||||
return k
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user