This commit is contained in:
Albert Medela
2018-05-24 18:26:34 +02:00
parent b3c81c770f
commit 8e5b09ac62
7 changed files with 15 additions and 7 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
syntax = "proto2";
/*****************************************************************************
* PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2013 Felix Hammer, Florian Thauer, Lothar May *
@@ -701,7 +702,7 @@ message ReportGameAckMessage {
message ErrorMessage {
enum ErrorReason {
reserved = 0;
custReserved = 0;
initVersionNotSupported = 1;
initServerFull = 2;
initAuthFailure = 3;