Fixing player rights stuff in protocol.
This commit is contained in:
+2
-2
@@ -289,7 +289,7 @@ JoinGameReplyMessage ::= [APPLICATION 12] SEQUENCE {
|
|||||||
}
|
}
|
||||||
|
|
||||||
JoinGameAck ::= SEQUENCE {
|
JoinGameAck ::= SEQUENCE {
|
||||||
yourRights PlayerInfoRights,
|
areYouGameAdmin BOOLEAN,
|
||||||
gameInfo NetGameInfo
|
gameInfo NetGameInfo
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -335,7 +335,7 @@ GamePlayerMessage ::= [APPLICATION 13] SEQUENCE {
|
|||||||
|
|
||||||
GamePlayerJoined ::= SEQUENCE {
|
GamePlayerJoined ::= SEQUENCE {
|
||||||
playerId NonZeroId,
|
playerId NonZeroId,
|
||||||
curPlayerRights PlayerInfoRights
|
isGameAdmin BOOLEAN
|
||||||
}
|
}
|
||||||
|
|
||||||
GamePlayerLeft ::= SEQUENCE {
|
GamePlayerLeft ::= SEQUENCE {
|
||||||
|
|||||||
Reference in New Issue
Block a user