From 189ab47fa9e2df511c2eb0e0c04de86fb0d86370 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 80cd9354..d010acba 100644 --- a/v2rayN/ServiceLib/Handler/ConfigHandler.cs +++ b/v2rayN/ServiceLib/Handler/ConfigHandler.cs @@ -230,12 +230,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;