Server Log Option

This commit is contained in:
Brett Hewitson 2022-05-21 12:27:51 +10:00
parent aee6a394fe
commit 3d606835ea
12 changed files with 50 additions and 6 deletions

View file

@ -154,7 +154,7 @@ namespace ServerManagerTool {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("-nosteamclient -game -server -log")]
[global::System.Configuration.DefaultSettingValueAttribute("-nosteamclient -game -server")]
public string ServerCommandLineStandardArgs {
get {
return ((string)(this["ServerCommandLineStandardArgs"]));