commit eb184095d6957934154f790e43d900e499aa276d
parent b9a598cf0a8b995cfdf2f394a8474b34c6964965
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Fri, 8 Dec 2023 03:56:54 -0500
doc
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go
@@ -529,6 +529,7 @@ OUTER:
time.Sleep(time.Second)
+ // Calculate what is the max gain all-in players can make
for _, p := range newlyAllInPlayers {
maxGain := g.Ongoing.MainPot
for _, op := range g.Ongoing.Players {