mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 17:47:52 -05:00
Address first part of review comments
This commit is contained in:
@ -232,7 +232,7 @@ bool MultiplayerState::OnCloseRoom() {
|
||||
return true;
|
||||
}
|
||||
// Save ban list
|
||||
UISettings::values.ban_list = std::move(room->GetBanList());
|
||||
UISettings::values.multiplayer_ban_list = std::move(room->GetBanList());
|
||||
|
||||
room->Destroy();
|
||||
announce_multiplayer_session->Stop();
|
||||
|
Reference in New Issue
Block a user