Merge pull request #436 from tgstation/Cyberboss-patch-1

Fixes rare compiler failure
This commit is contained in:
Jordan Brown
2017-12-05 15:24:42 -05:00
committed by GitHub
+1 -1
View File
@@ -268,7 +268,7 @@ namespace TGS.Server
{
//This means there is a staged update waiting to be applied, we have to unstage it before we can work
Directory.Delete(RelativePath(GameDirLive));
CreateSymlink(RelativePath(GameDirLive), TheDir);
CreateSymlink(RelativePath(GameDirLive), RelativePath(TheDir));
return RelativePath(InvertDirectory(TheDir));
}
}