changed 20 to 40

This commit is contained in:
Jeff Carr 2025-02-09 14:53:31 -06:00
parent 973032af1c
commit 447b4ebd3b
1 changed files with 1 additions and 1 deletions

View File

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