mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
revert unnecessary change
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user