From 20a6a3b8238ed0c97114320916b8f0dfd187559a Mon Sep 17 00:00:00 2001 From: DHR60 Date: Wed, 21 Jan 2026 12:15:21 +0800 Subject: [PATCH] Fix warning CS0618 --- v2rayN/ServiceLib/Handler/ConfigHandler.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/v2rayN/ServiceLib/Handler/ConfigHandler.cs b/v2rayN/ServiceLib/Handler/ConfigHandler.cs index 873eec14..ebefec5a 100644 --- a/v2rayN/ServiceLib/Handler/ConfigHandler.cs +++ b/v2rayN/ServiceLib/Handler/ConfigHandler.cs @@ -228,12 +228,6 @@ public static class ConfigHandler item.Remarks = profileItem.Remarks; item.Address = profileItem.Address; item.Port = profileItem.Port; - item.Ports = profileItem.Ports; - - item.Id = profileItem.Id; - item.AlterId = profileItem.AlterId; - item.Security = profileItem.Security; - item.Flow = profileItem.Flow; item.Password = profileItem.Password;