Always expect english responses, closes #301

Also some misc fixes while I'm at it
This commit is contained in:
JustArchi
2016-07-19 20:14:21 +02:00
parent 0c709c6ca6
commit afbfb62bed
3 changed files with 7 additions and 7 deletions

View File

@@ -694,7 +694,7 @@ namespace ArchiSteamFarm {
await Trading.LimitInventoryRequestsAsync().ConfigureAwait(false);
HashSet<Steam.Item> inventory = await ArchiWebHandler.GetMyInventory(true).ConfigureAwait(false);
HashSet<Steam.Item> inventory = await ArchiWebHandler.GetMySteamInventory(true).ConfigureAwait(false);
if ((inventory == null) || (inventory.Count == 0)) {
return "Nothing to send, inventory seems empty!";
}