Skip to content

Commit 6c192ca

Browse files
committed
Update cowopenbox.js
1 parent b4dda19 commit 6c192ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TXSTOCK/cowopenbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ async function cowopenbox() {
320320
});
321321
}
322322
async function cowbox() {
323-
for(let i=0;i<3;i++){
323+
for(let i=0;i<10;i++){
324324
await cowopenbox();
325325
let randomtime = Randomtime(10000,60000) / 1000
326326
await $.wait(Randomtime(10000,60000));

0 commit comments

Comments
 (0)