mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Fix not deleting revision downloads
This commit is contained in:
@@ -268,7 +268,7 @@ namespace TGS.Server
|
||||
Directory.CreateDirectory(RelativePath(ByondConfigDir));
|
||||
File.WriteAllText(RelativePath(ByondDDConfig), ByondNoPromptTrustedMode);
|
||||
}
|
||||
File.Delete(RevisionDownloadPath);
|
||||
File.Delete(rrdp);
|
||||
|
||||
lock (ByondLock)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user