1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 19:32:55 +08:00

Remove unnecessary Schedule

This commit is contained in:
Jamie Taylor 2021-09-17 21:12:39 +09:00
parent 9485323a13
commit f868feae44
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C

View File

@ -248,7 +248,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
Body.Shake();
Schedule(() => { sampleJoinFail?.Play(); });
sampleJoinFail?.Play();
}
protected override void LoadComplete()