mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 07:27:18 +01:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user