Merge pull request #763 from pgroene/patch-1

Brian [2016-08-02 14:10:43]
Merge pull request #763 from pgroene/patch-1

removed recursiveness because there is no need for
Filename
PokemonGo/RocketAPI/Client.cs
diff --git a/PokemonGo/RocketAPI/Client.cs b/PokemonGo/RocketAPI/Client.cs
index b045725..3930477 100644
--- a/PokemonGo/RocketAPI/Client.cs
+++ b/PokemonGo/RocketAPI/Client.cs
@@ -490,8 +490,6 @@ namespace PokemonGo.RocketAPI
                 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)
You may download the files in Public Git.