mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Modify Interface to accept instance switching. Add ITGInstance
This commit is contained in:
@@ -13,11 +13,6 @@ namespace TGServerService
|
||||
/// Used for multithreading safety
|
||||
/// </summary>
|
||||
object configLock = new object(); //for atomic reads/writes
|
||||
/// <inheritdoc />
|
||||
public string ServerDirectory()
|
||||
{
|
||||
return Config.InstanceDirectory;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
[OperationBehavior(Impersonation = ImpersonationOption.Required)]
|
||||
|
||||
Reference in New Issue
Block a user