Update Program.cs
diff --git a/PokemonGo/RocketAPI/Console/Program.cs b/PokemonGo/RocketAPI/Console/Program.cs
index 2779ae4..a276c09 100644
--- a/PokemonGo/RocketAPI/Console/Program.cs
+++ b/PokemonGo/RocketAPI/Console/Program.cs
@@ -154,14 +154,14 @@ namespace PokemonGo.RocketAPI.Console
ColoredConsoleWrite(ConsoleColor.DarkGray, "Latitude: " + ClientSettings.DefaultLatitude);
ColoredConsoleWrite(ConsoleColor.DarkGray, "Longitude: " + ClientSettings.DefaultLongitude);
ColoredConsoleWrite(ConsoleColor.Yellow, "----------------------------");
- ColoredConsoleWrite(ConsoleColor.DarkGray, "Random Profile Data");
+ ColoredConsoleWrite(ConsoleColor.DarkGray, "Random Profile Data\n");
ColoredConsoleWrite(ConsoleColor.DarkGray, profile.ToString());
try
{
- ColoredConsoleWrite(ConsoleColor.Cyan, "Farming Started");
+ ColoredConsoleWrite(ConsoleColor.Cyan, "\nFarming Started");
ColoredConsoleWrite(ConsoleColor.Yellow, "----------------------------");
if (ClientSettings.TransferType == "leaveStrongest")
await TransferAllButStrongestUnwantedPokemon(client);
@@ -458,4 +458,4 @@ namespace PokemonGo.RocketAPI.Console
ColoredConsoleWrite(ConsoleColor.Gray, $"[{DateTime.Now.ToString("HH:mm:ss")}] Finished grinding all the meat");
}
}
-}
\ No newline at end of file
+}
You may download the files in Public Git.