mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Use native packer to transfer globals into async env(s)
This commit is contained in:
parent
7f58887ae3
commit
ec9f157512
6 changed files with 11 additions and 11 deletions
|
@ -262,5 +262,5 @@ function core.get_globals_to_transfer()
|
|||
registered_items = copy_filtering(core.registered_items),
|
||||
registered_aliases = core.registered_aliases,
|
||||
}
|
||||
return core.serialize(all)
|
||||
return all
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue