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