Block bad game names on server.

This commit is contained in:
lotodore
2010-09-05 00:15:25 +00:00
parent 03be7c2f16
commit 7a1a10abf5
8 changed files with 60 additions and 13 deletions
+2 -1
View File
@@ -310,7 +310,8 @@ JoinGameFailed ::= SEQUENCE {
notAllowedAsGuest (5),
notInvited (6),
gameNameInUse (7),
invalidSettings (8)
badGameName (8),
invalidSettings (9)
}
}