determineGameType fixed for FTP, PLO working

This commit is contained in:
Worros
2009-02-22 18:07:11 +09:00
parent baae7af5e0
commit 232c0df33a
4 changed files with 26 additions and 94 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ Map the tuple self.gametype onto the pokerstars string describing it
"""
# currently it appears to be something like ["ring", "hold", "nl", sb, bb]:
gs = {"hold" : "Hold'em",
"omahahi" : "FIXME",
"omahahi" : "Omaha",
"omahahilo" : "FIXME",
"razz" : "Razz",
"studhi" : "FIXME",