mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 19:24:24 +08:00
Fix exclusion filters filtering out empty strings
This commit is contained in:
@@ -205,7 +205,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
// search term is guaranteed to be non-empty, so if the string we're comparing is empty, it's not matching
|
||||
if (string.IsNullOrEmpty(value))
|
||||
return false;
|
||||
return ExcludeTerm;
|
||||
|
||||
bool result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user