From 16d477414d7e00859c5c11d82e27fe0abd72514f Mon Sep 17 00:00:00 2001 From: tangmingyou <234767776@qq.com> Date: Sat, 25 Feb 2023 17:51:51 +0800 Subject: [PATCH] comment --- internal/game/actions.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/game/actions.go b/internal/game/actions.go index 661c32c..7f3bedd 100644 --- a/internal/game/actions.go +++ b/internal/game/actions.go @@ -272,6 +272,8 @@ func SetNextPlayer4Limited(roundStart bool, t *Table, current *Player) { if nextP.BetMax > nextP.BetMin { // 加注 nextP.BetOpts = append(nextP.BetOpts, 2) } + // TODO 筹码不够跟注时可 all in + } func AllIn4NoLimited(player *Player, betChip int32) proto.Message {