diff --git a/TGS.Server/Instance/Compiler.cs b/TGS.Server/Instance/Compiler.cs index 4d11862f1a..9e8d87814d 100644 --- a/TGS.Server/Instance/Compiler.cs +++ b/TGS.Server/Instance/Compiler.cs @@ -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)); } }