mirror of https://github.com/2dust/v2rayN
Update Utils.cs
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…
Reference in New Issue