minor netplay fixes

This commit is contained in:
Nayla Hanegan 2023-04-24 00:41:03 -04:00
commit 561e871ed7
3 changed files with 2 additions and 4 deletions

View file

@ -320,7 +320,7 @@ void NetPlaySetupDialog::SaveSettings()
#endif
Config::SetBaseOrCurrent(Config::NETPLAY_INDEX_REGION, "NA");
Config::SetBaseOrCurrent(Config::NETPLAY_INDEX_NAME, m_host_server_name->text().toStdString());
Config::SetBaseOrCurrent(Config::NETPLAY_INDEX_NAME, m_nickname_edit->text().toStdString());
Config::SetBaseOrCurrent(Config::NETPLAY_INDEX_PASSWORD, "");