Proper constrains for game list new.

This commit is contained in:
lotodore
2009-08-04 06:59:58 +00:00
parent e738f95af9
commit 3f5cbc985a
+1 -1
View File
@@ -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
}