From 002defcead95cea14e4d4b91042b26843d8c4e5d Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 1 Aug 2010 19:52:00 +0000 Subject: [PATCH] Adding new protocol error code. --- docs/pokerth.asn1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index e1dd6140..b4d13e3c 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -308,7 +308,8 @@ JoinGameFailed ::= SEQUENCE { invalidPassword (4), notAllowedAsGuest (5), notInvited (6), - gameNameInUse (7) + gameNameInUse (7), + invalidSettings (8) } }