Modify Interface to accept instance switching. Add ITGInstance

This commit is contained in:
Cyberboss
2017-10-31 13:14:28 -04:00
parent da7814e3d9
commit 8672a9d5c6
10 changed files with 102 additions and 19 deletions
+1 -1
View File
@@ -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;
}