Skip to content

Commit

Permalink
too early in the morning. this should fix the wrong logging. logic wa…
Browse files Browse the repository at this point in the history
…s fine
  • Loading branch information
Streppel committed Aug 2, 2016
1 parent 391b00f commit ff2fb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Tasks/EvolvePokemonTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static async Task Execute(ISession session, CancellationToken cancellatio
session.EventDispatcher.Send(new NoticeEvent()
{
Message = session.Translation.GetTranslation(TranslationString.WaitingForMorePokemonToEvolve,
pokemonToEvolve.Count, deltaCount, totalPokemon.Count(), needPokemonToStartEvolve, session.LogicSettings.EvolveKeptPokemonsAtStorageUsagePercentage/100.0f)
pokemonToEvolve.Count, deltaCount, totalPokemon.Count(), needPokemonToStartEvolve, session.LogicSettings.EvolveKeptPokemonsAtStorageUsagePercentage)
});

return;
Expand Down

0 comments on commit ff2fb79

Please sign in to comment.