#W# Added RestartOnCrash option in Scripts/Settings.cs
This commit is contained in:
parent
b8a333d3b1
commit
cd133eb852
2 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ namespace Server.Misc
|
|||
{
|
||||
private static bool Enabled = true;
|
||||
private static bool SaveBackup = true;
|
||||
private static bool RestartServer = true;
|
||||
private static bool RestartServer = Settings.S_RestartOnCrash;
|
||||
private static bool GenerateReport = true;
|
||||
|
||||
public static void Initialize()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue