Party: Fix Party freeroll tourney parsing
This commit is contained in:
parent
fe5dcb579e
commit
13455fd4a8
|
@ -336,7 +336,7 @@ class PartyPoker(HandHistoryConverter):
|
|||
hand.fee = 0
|
||||
hand.buyinCurrency = "FREE"
|
||||
hand.isKO = False
|
||||
if hand.tourNo != None:
|
||||
elif hand.tourNo != None:
|
||||
hand.buyin = 0
|
||||
hand.fee = 0
|
||||
hand.buyinCurrency = "FREE"
|
||||
|
|
Loading…
Reference in New Issue
Block a user