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:
Jordan Brown
2017-06-25 11:26:48 -04:00
committed by GitHub
+3
View File
@@ -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);
}
}