1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 18:31:01 +08:00

Fix match-found not playing due to incorrect case in path

This commit is contained in:
Dean Herbert
2025-09-24 18:55:02 +09:00
Unverified
parent 93afc83c4b
commit 67291c1a42
@@ -148,7 +148,7 @@ namespace osu.Game.Screens.OnlinePlay.Matchmaking.Screens
[BackgroundDependencyLoader]
private void load(AudioManager audio)
{
matchFoundSample = audio.Samples.Get(@"Multiplayer/matchmaking/match-found");
matchFoundSample = audio.Samples.Get(@"Multiplayer/Matchmaking/match-found");
}
private void onMatchmakingLobbyStatusChanged(MatchmakingLobbyStatus status) => Scheduler.Add(() =>