mirror of
https://github.com/minetest/minetest.git
synced 2025-07-01 23:50:22 +02:00
Use native packer to transfer globals into async env(s)
This commit is contained in:
@ -243,7 +243,6 @@ Server::Server(
|
||||
m_clients(m_con),
|
||||
m_admin_chat(iface),
|
||||
m_on_shutdown_errmsg(on_shutdown_errmsg),
|
||||
m_async_globals_data(""),
|
||||
m_modchannel_mgr(new ModChannelMgr())
|
||||
{
|
||||
if (m_path_world.empty())
|
||||
|
Reference in New Issue
Block a user