Console client: Print a message if the action was rejected by the server.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user