mirror of
https://github.com/2dust/v2rayN.git
synced 2026-03-02 06:03:04 +00:00
Fix warning CS0618
This commit is contained in:
parent
c769c89211
commit
20a6a3b823
1 changed files with 0 additions and 6 deletions
|
|
@ -228,12 +228,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