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:
parent
6a42d312f6
commit
1c5aaf3832
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user