Adding new protocol error code.

This commit is contained in:
lotodore
2010-08-01 19:52:00 +00:00
parent 44c035d4d2
commit 002defcead
+2 -1
View File
@@ -308,7 +308,8 @@ JoinGameFailed ::= SEQUENCE {
invalidPassword (4),
notAllowedAsGuest (5),
notInvited (6),
gameNameInUse (7)
gameNameInUse (7),
invalidSettings (8)
}
}