mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Porting the old instance complete. Added DD necessities
This commit is contained in:
@@ -24,7 +24,7 @@ namespace TGServerService
|
||||
/// <summary>
|
||||
/// The configuration settings for the instance
|
||||
/// </summary>
|
||||
public readonly InstanceConfig Config;
|
||||
readonly InstanceConfig Config;
|
||||
/// <summary>
|
||||
/// Constructs and a <see cref="ServerInstance"/>
|
||||
/// </summary>
|
||||
@@ -51,6 +51,7 @@ namespace TGServerService
|
||||
DisposeByond();
|
||||
DisposeRepo();
|
||||
DisposeChat();
|
||||
Config.Save();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user