Update one missed instance of PresentImport

This commit is contained in:
Dean Herbert
2021-10-15 16:00:09 +09:00
parent 4cba1fce07
commit a90f40e831
2 changed files with 11 additions and 7 deletions

View File

@ -642,7 +642,7 @@ namespace osu.Game
SkinManager.PostNotification = n => Notifications.Post(n);
BeatmapManager.PostNotification = n => Notifications.Post(n);
BeatmapManager.PresentImport = items => PresentBeatmap(items.First().Value);
BeatmapManager.PostImport = items => PresentBeatmap(items.First().Value);
ScoreManager.PostNotification = n => Notifications.Post(n);
ScoreManager.PostImport = items => PresentScore(items.First().Value);