diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index 82256adf..bfc52d8f 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -289,7 +289,7 @@ JoinGameReplyMessage ::= [APPLICATION 12] SEQUENCE { } JoinGameAck ::= SEQUENCE { - yourRights PlayerInfoRights, + areYouGameAdmin BOOLEAN, gameInfo NetGameInfo } @@ -335,7 +335,7 @@ GamePlayerMessage ::= [APPLICATION 13] SEQUENCE { GamePlayerJoined ::= SEQUENCE { playerId NonZeroId, - curPlayerRights PlayerInfoRights + isGameAdmin BOOLEAN } GamePlayerLeft ::= SEQUENCE {