up
This commit is contained in:
parent
3fc8acd6da
commit
50305ab608
@ -156,6 +156,8 @@ func Entry(ctx *zero.Ctx) {
|
||||
redisrepo.SubUserBalance(ctx.Event.UserID, betAmount)
|
||||
}
|
||||
}
|
||||
|
||||
ctx.Send(fmt.Sprintf(EntryMsgTemplate, round.DealerHand, round.PlayerHand, result))
|
||||
}
|
||||
|
||||
func CalculateCardPoint(cards []hand.Card) (point int) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user