Merge pull request #746 from Nyannnn/Beta-Build

Brian [2016-08-02 08:30:23]
Merge pull request #746 from Nyannnn/Beta-Build

Fix output message for razzberry use
Filename
PokemonGo/RocketAPI/Client.cs
diff --git a/PokemonGo/RocketAPI/Client.cs b/PokemonGo/RocketAPI/Client.cs
index 3a1444e..b045725 100644
--- a/PokemonGo/RocketAPI/Client.cs
+++ b/PokemonGo/RocketAPI/Client.cs
@@ -548,6 +548,10 @@ namespace PokemonGo.RocketAPI
                 ColoredConsoleWrite(ConsoleColor.Green, $"Using a Razz Berry, we have {RazzBerry.Count} left");
                 await Task.Delay(2000);
             }
+            else
+            {
+                ColoredConsoleWrite(ConsoleColor.Red, $"You don't have any Razz Berry to use.");
+            }
         }

         public async Task<UseItemRequest> UseItemXpBoost(ItemId itemId)
You may download the files in Public Git.