v0.12.0.2
This commit is contained in:
@@ -482,6 +482,13 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
}
|
||||
public static void DeleteDownloadedSubs()
|
||||
{
|
||||
if (Directory.Exists(SubmarineDownloadFolder))
|
||||
{
|
||||
ClearFolder(SubmarineDownloadFolder);
|
||||
}
|
||||
}
|
||||
|
||||
public static void CleanUnnecessarySaveFiles()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user