mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 05:30:11 +08:00
revert unnecessary change
This commit is contained in:
+1
-1
@@ -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