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:
Kyle Spier-Swenson
2017-06-23 12:35:44 -07:00
committed by GitHub
parent 0703b71794
commit c64f576f79
+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);
}
}