1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 18:52:55 +08:00

Reword comment

This commit is contained in:
Cootz 2023-06-29 08:08:10 +03:00
parent 351f217c8c
commit 47ccbddfb1

View File

@ -201,7 +201,7 @@ namespace osu.Game.Beatmaps
}
}
//Because of specific score storing in Osu! database can already contain scores for imported beatmap.
//Because of specific score storing in Osu! database, it can already contain scores for imported beatmap.
//To restore scores we need to manually reassign them to new/re-exported beatmap.
foreach (BeatmapInfo beatmap in beatmapSet.Beatmaps)
{