mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 06:32:55 +08:00
Remove unnecessary Schedule
This commit is contained in:
parent
9485323a13
commit
f868feae44
@ -248,7 +248,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
|||||||
|
|
||||||
Body.Shake();
|
Body.Shake();
|
||||||
|
|
||||||
Schedule(() => { sampleJoinFail?.Play(); });
|
sampleJoinFail?.Play();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
|
Loading…
Reference in New Issue
Block a user