Implementing ticket #2 - optionally remove players from games after it was finished. This breaks protocol compatibility with 0.8. Config file option is NetAutoLeaveGameAfterFinish.
This commit is contained in:
+2
-1
@@ -280,7 +280,8 @@ JoinGameRequestMessage ::= [APPLICATION 11] SEQUENCE {
|
||||
joinExistingGame [0] JoinExistingGame,
|
||||
joinNewGame [1] JoinNewGame
|
||||
},
|
||||
password UTF8String (SIZE(1..64)) OPTIONAL
|
||||
password UTF8String (SIZE(1..64)) OPTIONAL,
|
||||
autoLeave BOOLEAN
|
||||
}
|
||||
|
||||
JoinExistingGame ::= SEQUENCE {
|
||||
|
||||
Reference in New Issue
Block a user