Porting the old instance complete. Added DD necessities

This commit is contained in:
Cyberboss
2017-10-26 14:01:28 -04:00
parent d769212f95
commit 26bf35bc4b
15 changed files with 234 additions and 109 deletions
@@ -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>