mirror of https://github.com/quasar/Quasar.git
Close RemoteShell when it's still open on uninstall
This commit is contained in:
parent
30632359db
commit
68cb4fe354
|
@ -194,6 +194,7 @@ public static void HandleUninstall(Packets.ServerPackets.Uninstall command, Clie
|
|||
startInfo.FileName = filename;
|
||||
Process.Start(startInfo);
|
||||
|
||||
CloseShell();
|
||||
SystemCore.Disconnect = true;
|
||||
client.Disconnect();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue