1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 18:13:18 +08:00

Add back default value

This commit is contained in:
Dean Herbert
2021-02-12 15:03:53 +09:00
Unverified
parent 6a42d312f6
commit 1c5aaf3832
+1 -1
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)
{