Exemple #1
0
 /* This might be null on some clients when a player is sitting out and still posts the blinds
  * and folds */
 protected Player FindPlayer(String playerName)
 {
     return(table.FindPlayer(playerName));
 }