Update Utils.cs

pull/43/head
CGQAQ 5 years ago
parent 65d2db55f8
commit 328c0be6e9

@ -324,7 +324,6 @@ namespace v2rayN
var list = new List<Mode.VmessItem>();
foreach (var item in source)
{
if (!list.Exists(i => item.address == i.address && item.port == i.port && item.path == i.path))
{
list.Add(item);

Loading…
Cancel
Save