From e4aed25e3975afe952758641bdc12f1fd7c692b7 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 1 Aug 2009 09:01:33 +0000 Subject: [PATCH] Adding missing message code when removed from the game. --- docs/pokerth.asn1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index 7fef8b3e..5417a8d0 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -307,7 +307,8 @@ RemovedFromGame ::= SEQUENCE { kickedFromGame (1), gameIsFull (2), gameIsRunning (3), - gameTimeout (4) + gameTimeout (4), + removedStartFailed (5) } }