mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Fix bugs relating to doing multiple operations during the same round
Look ma! I'm working on c# code in the web editor!
This commit is contained in:
committed by
GitHub
parent
0703b71794
commit
c64f576f79
@@ -264,6 +264,9 @@ namespace TGServerService
|
||||
}
|
||||
catch //held open by byond
|
||||
{
|
||||
//This means there is a staged update waiting to be applied, we have to unstage it before we can work
|
||||
Directory.Delete(GameDirLive);
|
||||
CreateSymlink(GameDirLive, TheDir);
|
||||
return InvertDirectory(TheDir);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user