mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-07-07 15:56:08 +08:00
[#] 修复多个补丁地址判断逻辑存在的问题
This commit is contained in:
parent
c2c77c2a37
commit
349e9bf18e
|
@ -40,7 +40,7 @@ namespace RevokeMsgPatcher.Utils
|
|||
{
|
||||
Console.WriteLine("第" + (i + 1) + "次请求异常:[" + ex.Message + "]\nURL:" + urls[i]);
|
||||
i++;
|
||||
if (i > urls.Length)
|
||||
if (i >= urls.Length)
|
||||
{
|
||||
i = 0;
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user