fix mode 4 start failed

This commit is contained in:
ChsBuffer
2020-10-03 20:57:08 +08:00
parent ec4e98db62
commit 40db9adc0d

View File

@@ -54,7 +54,7 @@ namespace Netch.Controllers
throw new StartFailedException();
}
if (ModeController.TestNatRequired)
if (ModeController?.TestNatRequired ?? false)
NatTest();
return true;