mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 11:42:54 +08:00
Fix helper method returning incorrect result
This commit is contained in:
parent
2935bd4809
commit
90da39c65d
@ -255,7 +255,7 @@ namespace osu.Game.Utils
|
||||
}
|
||||
|
||||
if (!found)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user