From 328c0be6e952fdbaf736760cf0219106f5543d3c Mon Sep 17 00:00:00 2001 From: CGQAQ Date: Tue, 27 Aug 2019 12:16:18 +0800 Subject: [PATCH] Update Utils.cs --- v2rayN/v2rayN/Tool/Utils.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/v2rayN/v2rayN/Tool/Utils.cs b/v2rayN/v2rayN/Tool/Utils.cs index 6876a803..d2b2512c 100644 --- a/v2rayN/v2rayN/Tool/Utils.cs +++ b/v2rayN/v2rayN/Tool/Utils.cs @@ -324,7 +324,6 @@ namespace v2rayN var list = new List(); foreach (var item in source) { - if (!list.Exists(i => item.address == i.address && item.port == i.port && item.path == i.path)) { list.Add(item);