mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Fixes installer not prompting to kill processes
This commit is contained in:
@@ -294,12 +294,12 @@ namespace TGS.Installer.UI
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
var res = PromptKillProcesses("TGS.CommandLine");
|
||||
var res = PromptKillProcesses("TGCommandLine");
|
||||
if (res == PKillType.Aborted)
|
||||
return;
|
||||
else if (res == PKillType.Killed)
|
||||
continue;
|
||||
res = PromptKillProcesses("TGS.ControlPanel");
|
||||
res = PromptKillProcesses("TGControlPanel");
|
||||
if (res == PKillType.Aborted)
|
||||
return;
|
||||
else if (res == PKillType.Killed)
|
||||
|
||||
Reference in New Issue
Block a user