mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Merge pull request #436 from tgstation/Cyberboss-patch-1
Fixes rare compiler failure
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user