From 478980ed65148b0e5304faffb8860006440c2e22 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 14 Jun 2018 15:59:40 -0400 Subject: [PATCH] Fix not deleting revision downloads --- TGS.Server/Instance/Byond.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {