mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
Remove now unnecessary username filter check
This commit is contained in:
parent
de5b60ab66
commit
a8e453e660
@ -109,9 +109,6 @@ namespace osu.Game.Overlays.Dashboard
|
||||
if (user == null)
|
||||
return;
|
||||
|
||||
if (!user.Username.ToLower().Contains(searchBar.Text.ToLower()))
|
||||
return;
|
||||
|
||||
Schedule(() =>
|
||||
{
|
||||
// user may no longer be playing.
|
||||
|
Loading…
Reference in New Issue
Block a user