1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 21:10:46 +08:00

Reword comment

This commit is contained in:
Cootz
2023-06-29 08:08:10 +03:00
Unverified
parent 351f217c8c
commit 47ccbddfb1
+1 -1
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)
{