Skip to content

Commit

Permalink
xuck
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCrazyInsanity authored Jul 9, 2022
1 parent adb4cc2 commit 077ca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static void Main(string[] args)
//Console.Write("Getting target user avatar url... ");
try
{
avatar = Roblox.GetAvatarHeadshotUrl(userid);
avatar = Roblox.GetAvatarHeadshotUrl(userid.ToString());
}
catch (Exception e) { CatchException(e); }
//Console.WriteLine(avatar);
Expand Down

0 comments on commit 077ca4c

Please sign in to comment.