From 3f5cbc985a95b9a8869175edf5028870f4369937 Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 4 Aug 2009 06:59:58 +0000 Subject: [PATCH] Proper constrains for game list new. --- docs/pokerth.asn1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }