Multiplier should be configurable
Closed this issue · 1 comments
niosocket commented
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")
pj4533 commented
fixed in next version,