mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove game_ui from Client class
This commit is contained in:
parent
10f1e142f6
commit
b172e67295
3 changed files with 1 additions and 8 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue