Proper constrains for game list new.
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ GameListMessage ::= [APPLICATION 4] SEQUENCE {
|
|||||||
GameListNew ::= SEQUENCE {
|
GameListNew ::= SEQUENCE {
|
||||||
gameMode NetGameMode,
|
gameMode NetGameMode,
|
||||||
isPrivate BOOLEAN,
|
isPrivate BOOLEAN,
|
||||||
playerIds SEQUENCE SIZE(1..10) OF NonZeroId,
|
playerIds SEQUENCE SIZE(0..10) OF NonZeroId,
|
||||||
adminPlayerId NonZeroId,
|
adminPlayerId NonZeroId,
|
||||||
gameInfo NetGameInfo
|
gameInfo NetGameInfo
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user