mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08:00
Fix link parser
This commit is contained in:
parent
8258c4a80a
commit
015406f4d2
@ -122,6 +122,7 @@ namespace osu.Game.Online.Chat
|
|||||||
return new LinkDetails(LinkAction.OpenBeatmapSet, args[3]);
|
return new LinkDetails(LinkAction.OpenBeatmapSet, args[3]);
|
||||||
|
|
||||||
case "u":
|
case "u":
|
||||||
|
case "users":
|
||||||
return new LinkDetails(LinkAction.OpenUserProfile, args[3]);
|
return new LinkDetails(LinkAction.OpenUserProfile, args[3]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user