Skip to content

Commit

Permalink
Force reset when linking opp deck (HearthSim#4319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonysegal authored Jul 15, 2021
1 parent 0fe16b3 commit c502e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private async void LinkOpponentDeck_Click(object sender, RoutedEventArgs e)
{
Player.KnownOpponentDeck = deck;
e.Handled = true;
Core.UpdateOpponentCards();
Core.UpdateOpponentCards(true);
_linkOpponentDeckState = LinkOpponentDeckState.InKnownDeckMode;
_hasLinkedDeck = true;
ErrorMessage = "";
Expand Down

0 comments on commit c502e86

Please sign in to comment.