mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Add comment about .ID == 0 check.
This commit is contained in:
@ -129,6 +129,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
BeatmapSetInfo set = getBeatmapSet(p);
|
||||
|
||||
//If we have an ID then we already exist in the database.
|
||||
if (set.ID == 0)
|
||||
sets.Push(set);
|
||||
|
||||
|
Reference in New Issue
Block a user