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

Commit

Permalink
Merge pull request #438 from Necrobot-Private/feature/transfer_bulk
Browse files Browse the repository at this point in the history
Feature/transfer bulk
  • Loading branch information
samuraitruong authored Dec 28, 2016
2 parents 3bfcad1 + ca4f436 commit 6b56c4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion FeroxRev
1 change: 0 additions & 1 deletion PoGo.NecroBot.CLI/ConsoleEventListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ private static void HandleEvent(WarnEvent warnEvent, ISession session)
if (!warnEvent.RequireInput) return;
Logger.Write(session.Translation.GetTranslation(TranslationString.RequireInputText), LogLevel.Warning);
}

private static void HandleEvent(UseLuckyEggEvent useLuckyEggEvent, ISession session)
{
Logger.Write(session.Translation.GetTranslation(TranslationString.EventUsedLuckyEgg, useLuckyEggEvent.Count),
Expand Down

0 comments on commit 6b56c4d

Please sign in to comment.