Console client: Adding support for password protected games. Fixed issue with custom blinds. Cosmetic changes.
This commit is contained in:
@@ -50,6 +50,14 @@ namespace pokerth_lib
|
||||
}
|
||||
}
|
||||
|
||||
public bool HasGame(uint id)
|
||||
{
|
||||
lock (m_list)
|
||||
{
|
||||
return m_list.ContainsKey(id);
|
||||
}
|
||||
}
|
||||
|
||||
public void SetGameInfo(uint id, GameInfo info)
|
||||
{
|
||||
lock (m_list)
|
||||
|
||||
Reference in New Issue
Block a user