diff --git a/src/Tgstation.Server.Host/Components/Engine/OpenDreamInstaller.cs b/src/Tgstation.Server.Host/Components/Engine/OpenDreamInstaller.cs index 6aa5e728fb..a1bda4f50b 100644 --- a/src/Tgstation.Server.Host/Components/Engine/OpenDreamInstaller.cs +++ b/src/Tgstation.Server.Host/Components/Engine/OpenDreamInstaller.cs @@ -186,7 +186,7 @@ namespace Tgstation.Server.Host.Components.Engine dirPath, IOManager.ConcatPath( sourcePath, - IOManager.GetFileName(sourcePath)), + IOManager.GetFileName(dirPath)), cancellationToken)); var filesMoveTask = filesTask .Result @@ -195,7 +195,7 @@ namespace Tgstation.Server.Host.Components.Engine filePath, IOManager.ConcatPath( sourcePath, - IOManager.GetFileName(sourcePath)), + IOManager.GetFileName(filePath)), cancellationToken)); await Task.WhenAll(dirsMoveTasks.Concat(filesMoveTask));