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
15
src/ARKServerManager/Config.Designer.cs
generated
15
src/ARKServerManager/Config.Designer.cs
generated
|
|
@ -808,7 +808,20 @@ 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