diff --git a/PoGo.NecroBot.Logic/Utils/Statistics.cs b/PoGo.NecroBot.Logic/Utils/Statistics.cs index 58e472c5a..9bff79a2f 100644 --- a/PoGo.NecroBot.Logic/Utils/Statistics.cs +++ b/PoGo.NecroBot.Logic/Utils/Statistics.cs @@ -73,7 +73,7 @@ public StatsExport GetCurrentInfo(Inventory inventory) if( Result.ToString().ToLower().Contains( "success" ) ) { - Logger.Write( "Levelled up: " + stat.Level, LogLevel.Info ); + Logger.Write( "Leveled up: " + stat.Level, LogLevel.Info ); RepeatedField items = Result.ItemsAwarded;