Adding hand number to action request message, to prevent sending the wrong action.
This commit is contained in:
@@ -459,6 +459,7 @@ PlayersTurnMessage ::= [APPLICATION 24] SEQUENCE {
|
||||
|
||||
MyActionRequestMessage ::= [APPLICATION 25] SEQUENCE {
|
||||
gameId NonZeroId,
|
||||
handNum NonZeroId,
|
||||
gameState NetGameState,
|
||||
myAction NetPlayerAction,
|
||||
myRelativeBet INTEGER(0..10000000)
|
||||
|
||||
Reference in New Issue
Block a user