mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix crash with multiple range criterias
This commit is contained in:
@ -235,7 +235,7 @@ namespace osu.Game.Screens.Select
|
||||
break;
|
||||
}
|
||||
|
||||
query = query.Remove(match.Index, match.Length);
|
||||
query = query.Replace(match.ToString(), "");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user