mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
revert unnecessary change
This commit is contained in:
parent
e409f2dc6d
commit
e5f886a315
@ -329,7 +329,7 @@ namespace osu.Game
|
||||
break;
|
||||
|
||||
case LinkAction.OpenUserProfile:
|
||||
if (int.TryParse(link.Argument, out var userId))
|
||||
if (int.TryParse(link.Argument, out int userId))
|
||||
ShowUser(userId);
|
||||
else
|
||||
ShowUser(link.Argument);
|
||||
|
Loading…
Reference in New Issue
Block a user