From 61d8c416b01fedcc4fe085c616c7d4acb97b4595 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 14 Nov 2010 17:58:25 +0000 Subject: [PATCH] Adding new join game failed reason. --- docs/pokerth.asn1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index ed3fab06..62d24724 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -312,7 +312,8 @@ JoinGameFailed ::= SEQUENCE { notInvited (6), gameNameInUse (7), badGameName (8), - invalidSettings (9) + invalidSettings (9), + ipAddressBlocked (10) } }