Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

MSniper fix #72

Merged
merged 5 commits into from Sep 11, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Tasks/CatchPokemonTask.cs
Expand Up @@ -206,7 +206,7 @@ private static bool CatchThresholdExceeds(ISession session)
Logger.Write($"(Threw ball) {hitTxt} throw, {spinTxt}-ball, HitPokemon = {hitPokemon}...", LogLevel.Debug);
}

caughtPokemonResponse =
caughtPokemonResponse =
await session.Client.Encounter.CatchPokemon(
encounter is EncounterResponse || encounter is IncenseEncounterResponse
? pokemon.EncounterId
Expand Down