Console client: Display cards of player for each hand. Display server messages.
This commit is contained in:
@@ -42,6 +42,14 @@ namespace pokerth_console
|
||||
}
|
||||
}
|
||||
|
||||
public PlayerInfo GetPlayerInfo(uint id)
|
||||
{
|
||||
lock (m_list)
|
||||
{
|
||||
return m_list[id];
|
||||
}
|
||||
}
|
||||
|
||||
public bool HasPlayer(uint id)
|
||||
{
|
||||
lock (m_list)
|
||||
|
||||
Reference in New Issue
Block a user