mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Merge pull request #78 from tgstation/MrStonedOne-patch-1
Fix bugs relating to doing multiple operations during the same round
This commit is contained in:
@@ -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