mirror of https://github.com/ppy/osu
Add missing parenthesis in log message
This commit is contained in:
parent
4dbac917fc
commit
13ee5c179e
|
@ -563,7 +563,7 @@ public void PresentScore(IScoreInfo score, ScorePresentType presentType = ScoreP
|
|||
|
||||
PerformFromScreen(screen =>
|
||||
{
|
||||
Logger.Log($"{nameof(PresentScore)} updating beatmap ({databasedBeatmap}) and ruleset ({databasedScore.ScoreInfo.Ruleset} to match score");
|
||||
Logger.Log($"{nameof(PresentScore)} updating beatmap ({databasedBeatmap}) and ruleset ({databasedScore.ScoreInfo.Ruleset} to match score)");
|
||||
|
||||
Ruleset.Value = databasedScore.ScoreInfo.Ruleset;
|
||||
Beatmap.Value = BeatmapManager.GetWorkingBeatmap(databasedBeatmap);
|
||||
|
|
Loading…
Reference in New Issue