mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Version bumps no longer nuke configs
This commit is contained in:
@@ -22,6 +22,12 @@ namespace TGServerService
|
||||
//Use OnStart instead
|
||||
public TGServerService()
|
||||
{
|
||||
if (Properties.Settings.Default.UpgradeRequired)
|
||||
{
|
||||
Properties.Settings.Default.Upgrade();
|
||||
Properties.Settings.Default.UpgradeRequired = false;
|
||||
Properties.Settings.Default.Save();
|
||||
}
|
||||
InitializeComponent();
|
||||
Run(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user