mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Turn on warnings, resolve issues
This commit is contained in:
@ -563,7 +563,7 @@ namespace osu.Game.Database
|
||||
/// <summary>
|
||||
/// Check whether an existing model already exists for a new import item.
|
||||
/// </summary>
|
||||
/// <param name="model">The new model proposed for import.
|
||||
/// <param name="model">The new model proposed for import.</param>
|
||||
/// <returns>An existing model which matches the criteria to skip importing, else null.</returns>
|
||||
protected TModel CheckForExisting(TModel model) => model.Hash == null ? null : ModelStore.ConsumableItems.FirstOrDefault(b => b.Hash == model.Hash);
|
||||
|
||||
|
Reference in New Issue
Block a user