Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-au committed Sep 9, 2015
1 parent 61c302e commit 47540a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HDT-Voice/HDTVoice/HDTVoice.vb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Public Class HDTVoice
End If

'If hearthstone is inactive, exit
If Not IsHearthstoneActive() Then
If Not Mouse.IsHearthstoneActive() Then
writeLog("Heard command """ & e.Result.Text & """ but Hearthstone was inactive")
Return
End If
Expand Down

0 comments on commit 47540a4

Please sign in to comment.