Skip to content

Commit

Permalink
Merge pull request NecronomiconCoding#2133 from simplyphp/master
Browse files Browse the repository at this point in the history
Fixed levelled typo
  • Loading branch information
BornSupercharged authored Aug 2, 2016
2 parents fd43a85 + 9a4c4b8 commit 6ef85b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Utils/Statistics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<ItemAward> items = Result.ItemsAwarded;

Expand Down

0 comments on commit 6ef85b0

Please sign in to comment.