From a711ee4f3fba32b9488148e7ab23361cc6380848 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sun, 10 May 2020 18:21:38 +0800 Subject: [PATCH] Fix NAT type detect --- Netch/Controllers/NFController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Controllers/NFController.cs b/Netch/Controllers/NFController.cs index 78149c34..5f22ce00 100644 --- a/Netch/Controllers/NFController.cs +++ b/Netch/Controllers/NFController.cs @@ -154,7 +154,7 @@ namespace Netch.Controllers processes += proc; processes += ","; } - processes = processes.Substring(0, processes.Length - 1); + processes += "NTT.exe"; Instance = MainController.GetProcess(); Instance.StartInfo.FileName = "bin\\Redirector.exe";