Merge branch 'master' of https://github.com/tgstation/tgstation-server-tools into RemoteBranchForTestmerges

This commit is contained in:
Cyberboss
2017-11-06 13:01:28 -05:00
13 changed files with 159 additions and 68 deletions
@@ -530,7 +530,7 @@ namespace TGServerService
return;
//Copy the interface dll to the static dir
var InterfacePath = Assembly.GetAssembly(typeof(Interface)).Location;
var InterfacePath = Assembly.GetAssembly(typeof(IInterface)).Location;
//bridge is installed next to the interface
var BridgePath = Path.Combine(Path.GetDirectoryName(InterfacePath), BridgeDLLName);
#if DEBUG