Adding new join game failed reason.

This commit is contained in:
lotodore
2010-11-14 17:58:25 +00:00
parent d874c2e561
commit 61d8c416b0
+2 -1
View File
@@ -312,7 +312,8 @@ JoinGameFailed ::= SEQUENCE {
notInvited (6),
gameNameInUse (7),
badGameName (8),
invalidSettings (9)
invalidSettings (9),
ipAddressBlocked (10)
}
}