Skip to content

Commit

Permalink
chore(QueueEvents): update HearthMirror method
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Feb 9, 2024
1 parent 23d8b6a commit 5fcaa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hearthstone Deck Tracker/Hearthstone/QueueEvents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private void AutoSelectArenaDeck()

private static long GetSelectedDeckId(Mode mode)
{
var selectedDeckId = Reflection.Client.GetDeckPickerSelectedDeck();
var selectedDeckId = Reflection.Client.GetSelectedDeckInMenu();
if(selectedDeckId > 0)
return selectedDeckId;
if(mode != TAVERN_BRAWL)
Expand Down

0 comments on commit 5fcaa74

Please sign in to comment.