mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 01:43:15 +08:00
Add comment about .ID == 0 check.
This commit is contained in:
parent
c88c6c4c62
commit
398b1fcf03
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user