1
0
Fork 0
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:
Loïc Blot 2019-03-12 16:53:21 +01:00
parent 38f6e7a198
commit e22a69d61a
3 changed files with 4 additions and 5 deletions

View file

@ -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;