mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-28 13:13:04 +00:00
Fix warning CS0618
This commit is contained in:
parent
7bfd2f504d
commit
189ab47fa9
1 changed files with 0 additions and 6 deletions
|
|
@ -230,12 +230,6 @@ public static class ConfigHandler
|
||||||
item.Remarks = profileItem.Remarks;
|
item.Remarks = profileItem.Remarks;
|
||||||
item.Address = profileItem.Address;
|
item.Address = profileItem.Address;
|
||||||
item.Port = profileItem.Port;
|
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;
|
item.Password = profileItem.Password;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue