Changes on voxelibre mod

This commit is contained in:
JoseDouglas26 2024-06-07 08:52:09 -03:00
parent 87297b8e4c
commit b26d4e78a5
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ function table.merge(tbl, ...)
return new_tbl return new_tbl
end end
_G.table = _G.table or {} _G.table.copy = table.copy
_G.table.merge = table.merge _G.table.merge = table.merge