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:
parent
177a08eb09
commit
17b639b404
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user