Remove reference to `osu-web-10`

This commit is contained in:
Dean Herbert 2021-10-04 16:55:51 +09:00
parent fd6b10656c
commit 51b7dce16f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public interface IBeatmapInfo : IHasOnlineID
string Hash { get; }
/// <summary>
/// MD5 is kept for legacy support (matching against replays, osu-web-10 etc.).
/// MD5 is kept for legacy support (matching against replays etc.).
/// </summary>
string MD5Hash { get; }