mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation-server-tools into RemoteBranchForTestmerges
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user