Skip to content

Commit 40509cf

Browse files
authored
Merge pull request #68 from nathane/patch-2
fix: stopOnWin and stopOnLoss
2 parents bff3ce2 + 1b2a17e commit 40509cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/info.pug

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,6 +1936,8 @@ block content
19361936
}
19371937
nextbet = basebet;
19381938
isloop = true;
1939+
stopOnWin = false;
1940+
stopOnLoss = false;
19391941
$$("script_bet_start_stop_button").setValue('STOP');
19401942
scriptBet(true);
19411943
});

0 commit comments

Comments
 (0)