acpc_poker_types 6.2.0 → 6.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e43b20038af9069a45fed735f016b7c3082a882d
|
|
4
|
+
data.tar.gz: dbd1b22c8d6c84ad06f8560728084a000b6a61d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99611a882a44a52bdde8f0f3668cf90509735cb0cff5df8c35da7e4839e6b4b0b9a502c12e28ccef5e1f0c13706d65bbbf0e15062c812706888b62ad98ece0a3
|
|
7
|
+
data.tar.gz: 3ecdf8af9868049c0b28eb332386172ff450d1ab5bce47e5a29086b99b33f156cee5359c09b1684b72e8e0ccd5859c62aa803f6f918693b7eb9eafed0e2ac3ce
|
|
@@ -233,9 +233,6 @@ class PokerMatchData
|
|
|
233
233
|
|
|
234
234
|
sequence[turn.action_message.state.round] ||= []
|
|
235
235
|
sequence[turn.action_message.state.round] << turn.action_message.seat
|
|
236
|
-
if match_has_another_round?(sequence.length - 1, turn_index, turns_taken)
|
|
237
|
-
sequence << []
|
|
238
|
-
end
|
|
239
236
|
end
|
|
240
237
|
|
|
241
238
|
sequence
|
|
@@ -263,7 +263,7 @@ class MatchState
|
|
|
263
263
|
@players = players_at_hand_start game_def.chip_stacks, game_def.blinds
|
|
264
264
|
|
|
265
265
|
last_round = -1
|
|
266
|
-
@next_to_act =
|
|
266
|
+
@next_to_act = game_def.first_player_positions.first
|
|
267
267
|
@player_acting_sequence = []
|
|
268
268
|
@min_wager_by = game_def.min_wagers.first
|
|
269
269
|
every_action_token do |action, round|
|