mirror of
https://github.com/osukey/osukey.git
synced 2025-06-29 23:28:00 +09: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)
|
if (user == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!user.Username.ToLower().Contains(searchBar.Text.ToLower()))
|
|
||||||
return;
|
|
||||||
|
|
||||||
Schedule(() =>
|
Schedule(() =>
|
||||||
{
|
{
|
||||||
// user may no longer be playing.
|
// user may no longer be playing.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user