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:
@@ -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(() =>
|
||||
|
||||
Reference in New Issue
Block a user