mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix query construction
This commit is contained in:
@ -98,7 +98,7 @@ namespace osu.Game.Database
|
||||
|
||||
if (query != null) lookup = lookup.Where(query);
|
||||
|
||||
AddIncludesForDeletion(lookup);
|
||||
lookup = AddIncludesForDeletion(lookup);
|
||||
|
||||
var purgeable = lookup.ToList();
|
||||
|
||||
|
Reference in New Issue
Block a user