Merge pull request #634 from tgstation/Cyberboss-patch-1

SessionControllerFactory now launches with noShellExecute
This commit is contained in:
Jordan Brown
2018-09-13 16:05:03 -04:00
committed by GitHub
@@ -186,7 +186,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
parameters);
//launch dd
var process = processExecutor.LaunchProcess(byondLock.DreamDaemonPath, basePath, arguments);
var process = processExecutor.LaunchProcess(byondLock.DreamDaemonPath, basePath, arguments, noShellExecute: true);
try
{
//return the session controller for it