[#] 修复多个补丁地址判断逻辑存在的问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user