Skip to content

Commit e433d9d

Browse files
author
Nathan Esayeas
authored
Update info.js
closes #60
1 parent 08d474a commit e433d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/js/DuckDice/info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function checkParams(p,ch){
3030
if(p < 0.00000001 || p > 1000000000*1000000000) {
3131
return false
3232
}
33-
if(ch>98 || ch<1) {
33+
if(ch>98 || ch<0.01) {
3434
return false
3535
}
3636
return true;

0 commit comments

Comments
 (0)