mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Drop GUIConfirmRegistration::m_address unused field
This commit is contained in:
parent
38f6e7a198
commit
e22a69d61a
3 changed files with 4 additions and 5 deletions
|
@ -1545,7 +1545,7 @@ bool Game::connectToServer(const std::string &playername,
|
|||
} else {
|
||||
registration_confirmation_shown = true;
|
||||
(new GUIConfirmRegistration(guienv, guienv->getRootGUIElement(), -1,
|
||||
&g_menumgr, client, playername, password, *address, connection_aborted))->drop();
|
||||
&g_menumgr, client, playername, password, connection_aborted))->drop();
|
||||
}
|
||||
} else {
|
||||
wait_time += dtime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue