Adding missing admin flag for ASN.1

This commit is contained in:
lotodore
2009-07-31 21:10:21 +00:00
parent 44c71fe67a
commit 66d4f5dafc
+2 -1
View File
@@ -284,7 +284,8 @@ GamePlayerMessage ::= [APPLICATION 10] SEQUENCE {
}
GamePlayerJoined ::= SEQUENCE {
playerId NonZeroId
playerId NonZeroId,
isAdmin BOOLEAN
}
GamePlayerLeft ::= SEQUENCE {