Add protocol message if a game name is already in use.
This commit is contained in:
+2
-1
@@ -307,7 +307,8 @@ JoinGameFailed ::= SEQUENCE {
|
||||
gameIsRunning (3),
|
||||
invalidPassword (4),
|
||||
notAllowedAsGuest (5),
|
||||
notInvited (6)
|
||||
notInvited (6),
|
||||
gameNameInUse (7)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user