Skip to content

Commit 5368d6d

Browse files
Fix bug with dealer actions not being reset for BJ on game restart
1 parent b324778 commit 5368d6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DiscordBot/Domain/Casino/Games/Cards/Blackjack/Blackjack.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ protected override void InitializeGame()
7979
GameData[player].Actions.Clear();
8080
}
8181
DealerCards.Clear();
82+
DealerActions.Clear();
8283

8384
Card? card = null;
8485
// Deal initial cards (2 cards each)

0 commit comments

Comments
 (0)