Add protocol message if a game name is already in use.

This commit is contained in:
lotodore
2010-07-14 07:29:01 +00:00
parent 9b196eacdd
commit 4aa2083993
57 changed files with 182 additions and 171 deletions
+2 -1
View File
@@ -307,7 +307,8 @@ JoinGameFailed ::= SEQUENCE {
gameIsRunning (3),
invalidPassword (4),
notAllowedAsGuest (5),
notInvited (6)
notInvited (6),
gameNameInUse (7)
}
}