1
0
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:
sw1tchbl4d3 2022-05-27 00:43:29 +02:00
parent de5b60ab66
commit a8e453e660

View File

@ -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.