1
0
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:
Salman Ahmed 2024-01-16 14:27:30 +03:00
parent 2935bd4809
commit 90da39c65d

View File

@ -255,7 +255,7 @@ namespace osu.Game.Utils
}
if (!found)
return true;
return false;
}
return true;