From 4d87ed72904a5a688322dec48a7ddba7c4a5c43c Mon Sep 17 00:00:00 2001 From: Truong Nguyen Date: Wed, 28 Dec 2016 12:07:54 +1100 Subject: [PATCH] nothing --- FeroxRev | 2 +- PoGo.NecroBot.CLI/ConsoleEventListener.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/FeroxRev b/FeroxRev index 14dce78bb..84243011d 160000 --- a/FeroxRev +++ b/FeroxRev @@ -1 +1 @@ -Subproject commit 14dce78bbbc1eb1fba93256546390b41415df60f +Subproject commit 84243011da5f057764fa2f160e2cf0a9d88425da diff --git a/PoGo.NecroBot.CLI/ConsoleEventListener.cs b/PoGo.NecroBot.CLI/ConsoleEventListener.cs index 2983bc30d..6ad3e72ef 100644 --- a/PoGo.NecroBot.CLI/ConsoleEventListener.cs +++ b/PoGo.NecroBot.CLI/ConsoleEventListener.cs @@ -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),