Merge pull request #314 from tgstation/Cyberboss-patch-2

Fixes UpdateBridgeDLL copying the wrong dll in it's error handler
This commit is contained in:
Jordan Brown
2017-11-05 21:20:51 -05:00
committed by GitHub
@@ -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)
{