We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279fdb9 commit 7e34403Copy full SHA for 7e34403
1 file changed
SteamWebAPI2/Models/SteamCommunity/SteamCommunityProfile.cs
@@ -49,7 +49,7 @@ internal class SteamCommunityProfile
49
public string CustomURL { get; set; }
50
51
[DataMember(Name = "inGameServerIP", Order = 13)]
52
- public object InGameServerIP { get; set; }
+ public string InGameServerIP { get; set; }
53
54
[DataMember(Name = "inGameInfo", Order = 14)]
55
public ProfileInGameInfo InGameInfo { get; set; }
0 commit comments