mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
Update Utils.cs
This commit is contained in:
parent
65d2db55f8
commit
328c0be6e9
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue