mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
fix mode 4 start failed
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Netch.Controllers
|
||||
throw new StartFailedException();
|
||||
}
|
||||
|
||||
if (ModeController.TestNatRequired)
|
||||
if (ModeController?.TestNatRequired ?? false)
|
||||
NatTest();
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user