diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index df3ec72b..2a66f69b 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -411,7 +411,8 @@ Map the tuple self.gametype onto the pokerstars string describing it "0.50" : ("0.10", "0.25"), "1" : ("0.25", "0.50"), "2" : ("0.50", "1.00"), - "4" : ("1.00", "2.00") + "4" : ("1.00", "2.00"), + "6" : ("1.00", "3.00") }, "FullTilt" : { "0.10" : ("0.02", "0.05"), "0.20" : ("0.05", "0.10"),