This commit is contained in:
Jeff Carr 2025-02-12 17:01:03 -06:00
parent cfd6046978
commit 248642b681
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ func createReleaseBox(box *gui.Node) {
break
}
count += 1
if count > 40 {
if count > 60 {
break
}
}