mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Modify Interface to accept instance switching. Add ITGInstance
This commit is contained in:
@@ -88,7 +88,7 @@ namespace TGCommandLine
|
||||
|
||||
protected override ExitCode Run(IList<string> parameters)
|
||||
{
|
||||
OutputProc(Interface.GetComponent<ITGConfig>().ServerDirectory());
|
||||
OutputProc(Interface.GetComponent<ITGInstance>().ServerDirectory());
|
||||
return ExitCode.Normal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user