1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Remove game_ui from Client class

This commit is contained in:
cx384
2024-12-20 15:03:45 +01:00
committed by GitHub
parent 10f1e142f6
commit b172e67295
3 changed files with 1 additions and 8 deletions

View File

@@ -1614,7 +1614,7 @@ bool Game::connectToServer(const GameStartData &start_data,
start_data.password,
*draw_control, texture_src, shader_src,
itemdef_manager, nodedef_manager, sound_manager.get(), eventmgr,
m_rendering_engine, m_game_ui.get(),
m_rendering_engine,
start_data.allow_login_or_register);
} catch (const BaseException &e) {
*error_message = fmtgettext("Error creating client: %s", e.what());