mirror of
https://github.com/ppy/osu
synced 2025-02-08 22:27:14 +00: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)
|
if (!found)
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user