mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
add setting to add additional steamcmd exitstatus codes as success
This commit is contained in:
parent
a289a8ed03
commit
5cecc28006
18 changed files with 152 additions and 22 deletions
17
src/ConanServerManager/Config.Designer.cs
generated
17
src/ConanServerManager/Config.Designer.cs
generated
|
|
@ -496,7 +496,22 @@ namespace ServerManagerTool {
|
|||
this["SteamCmdRedirectOutput"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string SteamCmdIgnoreExitStatusCodes
|
||||
{
|
||||
get
|
||||
{
|
||||
return ((string)(this["SteamCmdIgnoreExitStatusCodes"]));
|
||||
}
|
||||
set
|
||||
{
|
||||
this["SteamCmdIgnoreExitStatusCodes"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue