mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Fix some user links can't be opened inside the game
This commit is contained in:
parent
be97804180
commit
4c9b621f43
@ -122,6 +122,7 @@ namespace osu.Game.Online.Chat
|
||||
return new LinkDetails(LinkAction.OpenBeatmapSet, args[3]);
|
||||
|
||||
case "u":
|
||||
case "users":
|
||||
return new LinkDetails(LinkAction.OpenUserProfile, args[3]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user