mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
Rename InstanceConfig.InstanceDirectory to just Directory
This commit is contained in:
@@ -100,7 +100,7 @@ namespace TGServerService
|
||||
/// <returns></returns>
|
||||
string RelativePath(string path)
|
||||
{
|
||||
return Path.Combine(Config.InstanceDirectory, path);
|
||||
return Path.Combine(Config.Directory, path);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
@@ -123,7 +123,7 @@ namespace TGServerService
|
||||
/// <inheritdoc />
|
||||
public string ServerDirectory()
|
||||
{
|
||||
return Config.InstanceDirectory;
|
||||
return Config.Directory;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user