We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08d474a + e433d9d commit bb9f49fCopy full SHA for bb9f49f
src/public/js/DuckDice/info.js
@@ -30,7 +30,7 @@ function checkParams(p,ch){
30
if(p < 0.00000001 || p > 1000000000*1000000000) {
31
return false
32
}
33
- if(ch>98 || ch<1) {
+ if(ch>98 || ch<0.01) {
34
35
36
return true;
0 commit comments