1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 07:42:55 +08:00

Fix crash with multiple range criterias

This commit is contained in:
smoogipoo 2019-09-19 17:36:42 +09:00
parent 96ea507320
commit 5120d82ef8

View File

@ -235,7 +235,7 @@ namespace osu.Game.Screens.Select
break; break;
} }
query = query.Remove(match.Index, match.Length); query = query.Replace(match.ToString(), "");
} }
} }