1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:13:21 +08:00

Add back default value

This commit is contained in:
Dean Herbert 2021-02-12 15:03:53 +09:00
parent 6a42d312f6
commit 1c5aaf3832

View File

@ -59,7 +59,7 @@ namespace osu.Game.Online.Chat
.Split('/').Last(); // only keep domain name, ignoring protocol.
}
private static string websiteRootUrl;
private static string websiteRootUrl = "osu.ppy.sh";
private static void handleMatches(Regex regex, string display, string link, MessageFormatterResult result, int startIndex = 0, LinkAction? linkActionOverride = null, char[] escapeChars = null)
{