Skip to content

Commit 64bd595

Browse files
author
bot
committed
v20.7.17
1 parent d5619d3 commit 64bd595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/package.json.console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mydicebot-console-200714",
2+
"name": "mydicebot-console-200717",
33
"version": "1.0.0",
44
"description": "MyDiceBot - Bet more, earn more!",
55
"homepage": "https://mydicebot.com",

src/public/js/WolfBet/info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function consoleData(ret, iswin){
167167
let chanceStr = ret.betInfo.condition + ' '+ ret.betInfo.target;
168168
let profitStr = ret.betInfo.profit;
169169
datalog.log('betid:' +ret.betInfo.id + ' amount:'+ ret.betInfo.amount+ ' low_high:'+ ret.betInfo.condition+' payout:'+ ret.betInfo.payout +' chance:'+chanceStr+' actual_chance:'+ ret.betInfo.roll +' profit:'+profitStr +' currency:'+ currency);
170-
return ret.betInfo.id + ','+ ret.betInfo.amount+ ','+ ret.betInfo.condition+','+ (ret.betInfo.payout).toFixed(8) +','+chanceStr+','+ ret.betInfo.roll +','+profitStr +','+ currency;
170+
return ret.betInfo.id + ','+ ret.betInfo.amount+ ','+ ret.betInfo.condition+','+ ret.betInfo.payout +','+chanceStr+','+ ret.betInfo.roll +','+profitStr +','+ currency;
171171
}
172172

173173
function consoleStats(userinfo, cv){

0 commit comments

Comments
 (0)