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
+5
View File
@@ -85,6 +85,11 @@ namespace pokerth_console
Console.WriteLine("{0} {1}.", name, Log.ActionToString(action, curBet));
}
public void ActionRejected()
{
Console.WriteLine("Your action was rejected by the server.");
}
public void ShowFlopCards(int[] cards)
{
Console.WriteLine("\n--- Flop --- [{0}, {1}, {2}]",