weac.table: dofile() table_find

This commit is contained in:
Starbeamrainbowlabs 2024-09-17 23:13:00 +01:00
parent 6290c61e2f
commit 0915a137f8
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -23,5 +23,6 @@ wea_c.table = {
shallowcopy = dofile(wea_c.modpath.."/utils/table/shallowcopy.lua"),
tostring = dofile(wea_c.modpath.."/utils/table/table_tostring.lua"),
unique = dofile(wea_c.modpath.."/utils/table/table_unique.lua"),
find = dofile(wea_c.modpath.."/utils/table/table_find.lua"),
unpack = dofile(wea_c.modpath.."/utils/table/table_unpack.lua"),
}