Fixing maximum small blind value.
This commit is contained in:
+3
-3
@@ -338,9 +338,9 @@ NetGameInfo ::= SEQUENCE {
|
|||||||
delayBetweenHands INTEGER(5..20), -- These are seconds
|
delayBetweenHands INTEGER(5..20), -- These are seconds
|
||||||
playerActionTimeout INTEGER(5..60), -- These are seconds
|
playerActionTimeout INTEGER(5..60), -- These are seconds
|
||||||
firstSmallBlind INTEGER(1..20000),
|
firstSmallBlind INTEGER(1..20000),
|
||||||
endRaiseSmallBlindValue INTEGER(0..20000),
|
endRaiseSmallBlindValue INTEGER(0..1000000),
|
||||||
startMoney INTEGER(1..1000000),
|
startMoney INTEGER(1..1000000),
|
||||||
manualBlinds SEQUENCE SIZE(0..30) OF INTEGER(1..20001)
|
manualBlinds SEQUENCE SIZE(0..30) OF INTEGER(1..1000000)
|
||||||
}
|
}
|
||||||
|
|
||||||
GamePlayerMessage ::= [APPLICATION 13] SEQUENCE {
|
GamePlayerMessage ::= [APPLICATION 13] SEQUENCE {
|
||||||
@@ -448,7 +448,7 @@ HandStartMessage ::= [APPLICATION 23] SEQUENCE {
|
|||||||
plainCards [0] PlainCards,
|
plainCards [0] PlainCards,
|
||||||
encryptedCards [1] EncryptedCards
|
encryptedCards [1] EncryptedCards
|
||||||
},
|
},
|
||||||
smallBlind INTEGER(1..20001)
|
smallBlind INTEGER(1..10000000)
|
||||||
}
|
}
|
||||||
|
|
||||||
PlayersTurnMessage ::= [APPLICATION 24] SEQUENCE {
|
PlayersTurnMessage ::= [APPLICATION 24] SEQUENCE {
|
||||||
|
|||||||
Reference in New Issue
Block a user