mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Merge pull request #634 from tgstation/Cyberboss-patch-1
SessionControllerFactory now launches with noShellExecute
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user