pj4533/PokerNowGrabber

Multiplier should be configurable

Closed this issue · 1 comments

Right now multiplier is a constant = 0.01
Should either take it from the game itself (not sure if possible) or configurable through the form

let pokerStarsLines = game.hands.first?.getPokerStarsDescription(heroName: heroName, multiplier: 0.01, tableName: "PokerNowGrabber")

fixed in next version,