Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #765 from 1461748123/revert-763-patch-1
Browse files Browse the repository at this point in the history
Revert "removed recursiveness because there is no need for"
  • Loading branch information
Brian authored Aug 2, 2016
2 parents fa756c7 + f236113 commit a74f5f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PokemonGo/RocketAPI/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,8 @@ public async Task RecycleItems(Client client)
ColoredConsoleWrite(ConsoleColor.DarkCyan, $"Recycled {item.Count}x {((AllEnum.ItemId)item.Item_).ToString().Substring(4)}");
await Task.Delay(500);
}
await Task.Delay(_settings.RecycleItemsInterval * 1000);
RecycleItems(client);
}

public async Task<Response.Types.Unknown6> RecycleItem(AllEnum.ItemId itemId, int amount)
Expand Down

0 comments on commit a74f5f0

Please sign in to comment.