Adding missing admin flag for ASN.1
This commit is contained in:
+2
-1
@@ -284,7 +284,8 @@ GamePlayerMessage ::= [APPLICATION 10] SEQUENCE {
|
|||||||
}
|
}
|
||||||
|
|
||||||
GamePlayerJoined ::= SEQUENCE {
|
GamePlayerJoined ::= SEQUENCE {
|
||||||
playerId NonZeroId
|
playerId NonZeroId,
|
||||||
|
isAdmin BOOLEAN
|
||||||
}
|
}
|
||||||
|
|
||||||
GamePlayerLeft ::= SEQUENCE {
|
GamePlayerLeft ::= SEQUENCE {
|
||||||
|
|||||||
Reference in New Issue
Block a user