mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Fix beatmap discussion links wrongly leading to beatmap page
This commit is contained in:
parent
8b2110c048
commit
6fda5e569a
@ -154,6 +154,10 @@ namespace osu.Game.Online.Chat
|
|||||||
case "beatmapsets":
|
case "beatmapsets":
|
||||||
case "d":
|
case "d":
|
||||||
{
|
{
|
||||||
|
if (mainArg == "discussions")
|
||||||
|
// handle discussion links externally for now
|
||||||
|
return new LinkDetails(LinkAction.External, url);
|
||||||
|
|
||||||
if (args.Length > 4 && int.TryParse(args[4], out var id))
|
if (args.Length > 4 && int.TryParse(args[4], out var id))
|
||||||
// https://osu.ppy.sh/beatmapsets/1154158#osu/2768184
|
// https://osu.ppy.sh/beatmapsets/1154158#osu/2768184
|
||||||
return new LinkDetails(LinkAction.OpenBeatmap, id.ToString());
|
return new LinkDetails(LinkAction.OpenBeatmap, id.ToString());
|
||||||
|
Loading…
Reference in New Issue
Block a user