Refactor Mode Load

This commit is contained in:
ChsBuffer
2020-12-19 18:31:25 +08:00
parent b31bedbc82
commit 9d086336ea
5 changed files with 29 additions and 55 deletions

View File

@@ -82,7 +82,7 @@ namespace Netch.Controllers
throw new StartFailedException();
}
if (mode.TestNatRequired)
if (mode.TestNatRequired())
NatTest();
return true;