mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 09:10:26 +08:00
Fix handling badly-formatted osu:// urls
This commit is contained in:
@@ -236,8 +236,7 @@ namespace osu.Game.Online.Chat
|
||||
break;
|
||||
|
||||
default:
|
||||
linkType = LinkAction.External;
|
||||
break;
|
||||
return new LinkDetails(LinkAction.External, url);
|
||||
}
|
||||
|
||||
return new LinkDetails(linkType, args[2]);
|
||||
|
||||
Reference in New Issue
Block a user