diff --git a/TGServerService/ServerInstance/DreamDaemon.cs b/TGServerService/ServerInstance/DreamDaemon.cs index ab98cd4da7..bf7a96956a 100644 --- a/TGServerService/ServerInstance/DreamDaemon.cs +++ b/TGServerService/ServerInstance/DreamDaemon.cs @@ -566,7 +566,7 @@ namespace TGServerService { //ok the things being stupid and hasn't released the dll yet, try ONCE more Thread.Sleep(1000); - File.Copy(InterfacePath, BridgeDLLName, overwrite); + File.Copy(BridgePath, BridgeDLLName, overwrite); } catch (Exception e) {