Make PLO work on Everleaf again

This commit is contained in:
Worros
2009-03-11 00:14:23 +09:00
parent 9427c97f4c
commit e87118e9ae
6 changed files with 70 additions and 23 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ class HandHistoryConverter(threading.Thread):
return
hand = None
if gametype['game'] in ("hold", "omaha"):
if gametype['game'] in ("hold", "omahahi"):
hand = Hand.HoldemOmahaHand(self, self.sitename, gametype, handtext)
elif gametype['game'] in ("razz","stud","stud8"):
hand = Hand.StudHand(self, self.sitename, gametype, handtext)