mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 04:27:19 +01:00
Merge pull request #1379 from out-of-phaze/patch-1
Add -verbose argument to Dream Daemon by default
This commit is contained in:
@@ -282,7 +282,7 @@ namespace Tgstation.Server.Host.Components.Session
|
||||
Guid? logFileGuid = null;
|
||||
var arguments = String.Format(
|
||||
CultureInfo.InvariantCulture,
|
||||
"{0} -port {1} -ports 1-65535 {2}-close -logself -{3} -{4}{5} -params \"{6}\"",
|
||||
"{0} -port {1} -ports 1-65535 {2}-close -verbose -logself -{3} -{4}{5} -params \"{6}\"",
|
||||
dmbProvider.DmbName,
|
||||
launchParameters.Port.Value,
|
||||
launchParameters.AllowWebClient.Value ? "-webclient " : String.Empty,
|
||||
|
||||
Reference in New Issue
Block a user