diff --git a/Netch/Controllers/MainController.cs b/Netch/Controllers/MainController.cs index b8aa8b28..92074f23 100644 --- a/Netch/Controllers/MainController.cs +++ b/Netch/Controllers/MainController.cs @@ -54,7 +54,7 @@ namespace Netch.Controllers throw new StartFailedException(); } - if (ModeController.TestNatRequired) + if (ModeController?.TestNatRequired ?? false) NatTest(); return true;