diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index 7ecb4cc9..0382ce70 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -154,7 +154,7 @@ GameListMessage ::= [APPLICATION 4] SEQUENCE { GameListNew ::= SEQUENCE { gameMode NetGameMode, isPrivate BOOLEAN, - playerIds SEQUENCE SIZE(1..10) OF NonZeroId, + playerIds SEQUENCE SIZE(0..10) OF NonZeroId, adminPlayerId NonZeroId, gameInfo NetGameInfo }