1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:09:59 +08:00

Fix helper method returning incorrect result

This commit is contained in:
Salman Ahmed
2024-01-16 14:27:30 +03:00
Unverified
parent 2935bd4809
commit 90da39c65d
+1 -1
View File
@@ -255,7 +255,7 @@ namespace osu.Game.Utils
}
if (!found)
return true;
return false;
}
return true;