This commit is contained in:
NikolajDanger
2020-08-13 17:27:37 +02:00
parent 8005acf42a
commit 4f30c6a196
6 changed files with 9 additions and 14 deletions

View File

@ -599,7 +599,6 @@ class Blackjack():
else:
reason = "(highest value)"
if topLevel:
if hand["split"] >= 1:
winningsTemp, netWinningsTemp, reasonTemp = self.calcWinnings(hand["other hand"],dealerValue,False,dealerBlackjack,dealerBusted)