Fix some user links can't be opened inside the game

This commit is contained in:
Andrei Zavatski 2019-08-18 22:01:36 +03:00
parent be97804180
commit 4c9b621f43
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ private static LinkDetails getLinkDetails(string url)
return new LinkDetails(LinkAction.OpenBeatmapSet, args[3]);
case "u":
case "users":
return new LinkDetails(LinkAction.OpenUserProfile, args[3]);
}
}