mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 08:57:25 +09: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…
x
Reference in New Issue
Block a user