Further simplify import messaging

This commit is contained in:
Dean Herbert
2019-02-25 18:42:08 +09:00
parent 80737b9ef8
commit 314f35b0c5
4 changed files with 19 additions and 5 deletions

View File

@ -275,7 +275,7 @@ namespace osu.Game
Beatmap.Value.Mods.Value = databasedScoreInfo.Mods;
menuScreen.Push(new PlayerLoader(() => new ReplayPlayer(databasedScore)));
}, $"watch {databasedScoreInfo.User.Username} play {databasedScoreInfo.Beatmap}", bypassScreenAllowChecks: true);
}, $"watch {databasedScoreInfo}", bypassScreenAllowChecks: true);
}
private ScheduledDelegate performFromMainMenuTask;