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
+1 -1
View File
@@ -245,7 +245,7 @@ namespace pokerth_lib
public void VisitPlayersActionRejected(NetPacket p)
{
// TODO
m_callback.ActionRejected();
}
public void VisitDealFlopCards(NetPacket p)