|
|
|
|
@ -347,8 +347,9 @@ class ActionList(var listener: ActionListListener? = null) : ArrayList<ComputedA |
|
|
|
|
|
|
|
|
|
val activePositions = activePositions(refIndex) |
|
|
|
|
|
|
|
|
|
// Remove the reference position from acting, UNLESS it's the BB and players have called |
|
|
|
|
if (!(referenceAction.action.type == Action.Type.POST_BB && getStreetNextCalls(refIndex).isNotEmpty())) { |
|
|
|
|
// Remove the reference position from acting, UNLESS it's the BB/Straddle and players have called |
|
|
|
|
val preflop = referenceAction.action.type == Action.Type.POST_BB || referenceAction.action.type == Action.Type.STRADDLE |
|
|
|
|
if (!(preflop && getStreetNextCalls(refIndex).isNotEmpty())) { |
|
|
|
|
activePositions.remove(refIndexPosition) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|