diff --git a/TGS.Server/Instance/Byond.cs b/TGS.Server/Instance/Byond.cs index 768443aa77..91a8fca46d 100644 --- a/TGS.Server/Instance/Byond.cs +++ b/TGS.Server/Instance/Byond.cs @@ -268,7 +268,7 @@ namespace TGS.Server Directory.CreateDirectory(RelativePath(ByondConfigDir)); File.WriteAllText(RelativePath(ByondDDConfig), ByondNoPromptTrustedMode); } - File.Delete(RevisionDownloadPath); + File.Delete(rrdp); lock (ByondLock) {