Merge branch 'edge'

This commit is contained in:
Worros
2011-03-08 12:46:42 +08:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ class PartyPoker(HandHistoryConverter):
hand.fee = 0 hand.fee = 0
hand.buyinCurrency = "FREE" hand.buyinCurrency = "FREE"
hand.isKO = False hand.isKO = False
if hand.tourNo != None: elif hand.tourNo != None:
hand.buyin = 0 hand.buyin = 0
hand.fee = 0 hand.fee = 0
hand.buyinCurrency = "FREE" hand.buyinCurrency = "FREE"