1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 15:53:21 +08:00

Implement suggested change to wipe mods on multiplayer screen

This commit is contained in:
NAGILSON 2022-03-21 22:42:17 -04:00
parent 177a08eb09
commit 17b639b404

View File

@ -115,6 +115,8 @@ namespace osu.Game.Screens.OnlinePlay
this.FadeIn(); this.FadeIn();
waves.Show(); waves.Show();
Mods.SetDefault();
if (loungeSubScreen.IsCurrentScreen()) if (loungeSubScreen.IsCurrentScreen())
loungeSubScreen.OnEntering(last); loungeSubScreen.OnEntering(last);
else else