Console client: Print a message if the action was rejected by the server.

This commit is contained in:
lotodore
2008-12-27 09:37:53 +00:00
parent 62a199d5c6
commit e3d7f3d124
5 changed files with 13 additions and 4 deletions
+3
View File
@@ -202,6 +202,9 @@ namespace pokerth_lib
case NetTypePlayersActionDone :
tmpPacket = new NetPacketPlayersActionDone(size, reader);
break;
case NetTypePlayersActionRejected :
tmpPacket = new NetPacketPlayersActionRejected(size, reader);
break;
case NetTypeDealFlopCards :
tmpPacket = new NetPacketDealFlopCards(size, reader);
break;