mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Fix relative URLs having a null argument after resolution to LinkDetails
This commit is contained in:
parent
1a05a5d2f0
commit
111bfd4d88
@ -217,7 +217,7 @@ namespace osu.Game.Online.Chat
|
|||||||
return new LinkDetails(LinkAction.JoinMultiplayerMatch, args[1]);
|
return new LinkDetails(LinkAction.JoinMultiplayerMatch, args[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return new LinkDetails(LinkAction.External, null);
|
return new LinkDetails(LinkAction.External, url);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static MessageFormatterResult format(string toFormat, int startIndex = 0, int space = 3)
|
private static MessageFormatterResult format(string toFormat, int startIndex = 0, int space = 3)
|
||||||
|
Loading…
Reference in New Issue
Block a user