Fixing player rights stuff in protocol.

This commit is contained in:
lotodore
2010-03-26 20:47:26 +00:00
parent 099319f857
commit d7c12d9fca
+2 -2
View File
@@ -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 {