Fix data folder

This commit is contained in:
Sardelka
2022-07-02 13:53:14 +08:00
parent c73ff96690
commit 335ea2ca38
5 changed files with 19 additions and 14 deletions

View File

@ -59,7 +59,7 @@ namespace RageCoop.Client
public static void LoadAll()
{
string downloadFolder = $"RageCoop\\Resources\\{Main.Settings.LastServerAddress.Replace(":", ".")}";
string downloadFolder = DownloadManager.DownloadFolder;
if (!Directory.Exists(downloadFolder))
{