Skip to content

Commit

Permalink
seems to fix most issues introduced by TGT
Browse files Browse the repository at this point in the history
  • Loading branch information
Epix37 committed Aug 18, 2015
1 parent f8fd83a commit f031635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hearthstone Deck Tracker/HsLogReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ private void Analyze(string log)

#region [Power]

if(logLine.StartsWith("[Power]"))
if(logLine.StartsWith("[Power] GameState."))
{
if(logLine.Contains("CREATE_GAME"))
{
Expand Down

0 comments on commit f031635

Please sign in to comment.