Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 911 forks source link

Wrong JsonProperty in Inventory.cs #761

Closed waylaidwanderer closed 9 years ago

waylaidwanderer commented 9 years ago

https://github.com/Jessecar96/SteamBot/blob/master/SteamTrade/Inventory.cs#L110

This should probably be [JsonProperty("remaining_uses")], but I haven't checked the API to see what the actual key is.

BlueRaja commented 9 years ago

https://wiki.teamfortress.com/wiki/WebAPI/GetPlayerItems#Result_data quantity is correct.

waylaidwanderer commented 9 years ago

Oh, you're right. Sorry, my bad. I was just browsing through the code and noticed the names didn't match.