From 66d4f5dafcdcc32040baa0dc23b55b0ed6837ab7 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 31 Jul 2009 21:10:21 +0000 Subject: [PATCH] Adding missing admin flag for ASN.1 --- docs/pokerth.asn1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index 942e4cf9..4673e809 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -284,7 +284,8 @@ GamePlayerMessage ::= [APPLICATION 10] SEQUENCE { } GamePlayerJoined ::= SEQUENCE { - playerId NonZeroId + playerId NonZeroId, + isAdmin BOOLEAN } GamePlayerLeft ::= SEQUENCE {