From 49ba1711f7efdb06306f8d28ad2d25614d7fbc9e Mon Sep 17 00:00:00 2001 From: sshcomm <sadeqgsm96@gmail.com> Date: Fri, 31 Jan 2025 03:04:32 +0330 Subject: [PATCH] Update CoreHandler.cs --- v2rayN/ServiceLib/Handler/CoreHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Handler/CoreHandler.cs b/v2rayN/ServiceLib/Handler/CoreHandler.cs index 5c96fe92..166d4170 100644 --- a/v2rayN/ServiceLib/Handler/CoreHandler.cs +++ b/v2rayN/ServiceLib/Handler/CoreHandler.cs @@ -84,7 +84,7 @@ namespace ServiceLib.Handler await CoreStop(); await Task.Delay(1000); - if (Utils.IsWindows() + if (Utils.IsWindows()) { await Task.Delay(1000); await WindowsUtils.RemoveTunDevice();