Fix not deleting revision downloads

This commit is contained in:
Cyberboss
2018-06-14 15:59:40 -04:00
parent 72a22245de
commit 478980ed65
+1 -1
View File
@@ -268,7 +268,7 @@ namespace TGS.Server
Directory.CreateDirectory(RelativePath(ByondConfigDir));
File.WriteAllText(RelativePath(ByondDDConfig), ByondNoPromptTrustedMode);
}
File.Delete(RevisionDownloadPath);
File.Delete(rrdp);
lock (ByondLock)
{