Skip to content

Commit

Permalink
Merge pull request #51 from ILW8/autoplay-replay
Browse files Browse the repository at this point in the history
automatically play replay after importing replay
  • Loading branch information
ILW8 authored May 13, 2024
2 parents 9c2ff57 + eec1605 commit 7b43fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/OsuGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ protected override void LoadComplete()
ScoreDownloader.PostNotification = n => Notifications.Post(n);

ScoreManager.PostNotification = n => Notifications.Post(n);
ScoreManager.PresentImport = items => PresentScore(items.First().Value);
ScoreManager.PresentImport = items => PresentScore(items.First().Value, ScorePresentType.Gameplay);

MultiplayerClient.PostNotification = n => Notifications.Post(n);
MultiplayerClient.PresentMatch = PresentMultiplayerMatch;
Expand Down

0 comments on commit 7b43fc1

Please sign in to comment.