From 7377e31e51517365851aedc48d7ffe3a12175671 Mon Sep 17 00:00:00 2001 From: Bruce Wayne Date: Tue, 21 Jan 2020 14:14:06 +0800 Subject: [PATCH] Fix rename a70c51ccb360220942a5cb5fa81426712664bba8 --- 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 c2f27333..5d9e5ce3 100644 --- a/Netch/Controllers/NFController.cs +++ b/Netch/Controllers/NFController.cs @@ -172,7 +172,7 @@ namespace Netch.Controllers IsFallback = true; Stop(); Utils.Logging.Info($"尝试去除 \"-t {Global.Settings.RedirectorTCPPort}\" 参数后启动 \"bin\\Redirector.exe\""); - Instance.StartInfo.Arguments = FallBackArg; + Instance.StartInfo.Arguments = fallback; Utils.Logging.Info($"当前 \"bin\\Redirector.exe\" 启动参数为 \"{Instance.StartInfo.Arguments}\""); Global.Settings.RedirectorTCPPort = 2800; Instance.CancelOutputRead();