mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 22:36:20 +00:00
json address fixed
This commit is contained in:
parent
8b49b22d92
commit
7c41ac9087
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ namespace v2rayN.Handler
|
||||||
File.Delete(fileName);
|
File.Delete(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
string addressFileName = node.address;
|
string addressFileName = node.jsonFileAddress ?? "";
|
||||||
if (!File.Exists(addressFileName))
|
if (!File.Exists(addressFileName))
|
||||||
{
|
{
|
||||||
addressFileName = Utils.GetConfigPath(addressFileName);
|
addressFileName = Utils.GetConfigPath(addressFileName);
|
||||||
|
|
Loading…
Reference in a new issue