mirror of
https://github.com/ppy/osu.git
synced 2025-02-27 03:32:56 +08:00
Fix handling badly-formatted osu:// urls
This commit is contained in:
parent
d0d0830888
commit
7bdcb5952e
@ -236,8 +236,7 @@ namespace osu.Game.Online.Chat
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
linkType = LinkAction.External;
|
return new LinkDetails(LinkAction.External, url);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return new LinkDetails(linkType, args[2]);
|
return new LinkDetails(linkType, args[2]);
|
||||||
|
Loading…
Reference in New Issue
Block a user