修复帮助好友,出现点太快的情况

This commit is contained in:
lxk0301
2021-02-01 14:35:04 +08:00
parent 78b59faf96
commit 3716d1c9f6

View File

@@ -152,7 +152,7 @@ async function helpFriends() {
if (!code) continue
await helpFriend(code)
if (!$.canHelp) return
await $.wait(2000)
await $.wait(3000)
}
}