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

This commit is contained in:
lxk0301
2021-02-01 14:35:04 +08:00
parent 2f4cbc7d7c
commit 4e5964d3af

View File

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