changed 20 to 40
This commit is contained in:
parent
973032af1c
commit
447b4ebd3b
|
@ -127,7 +127,7 @@ func createReleaseBox(box *gui.Node) {
|
|||
break
|
||||
}
|
||||
count += 1
|
||||
if count > 20 {
|
||||
if count > 40 {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue