(3dc4135ce) v0.9.5.1
This commit is contained in:
@@ -164,8 +164,8 @@ namespace Barotrauma.Networking
|
||||
|
||||
private Dictionary<FileTransferType, string> downloadFolders = new Dictionary<FileTransferType, string>()
|
||||
{
|
||||
{ FileTransferType.Submarine, "Submarines/Downloaded" },
|
||||
{ FileTransferType.CampaignSave, "Data/Saves/Multiplayer" }
|
||||
{ FileTransferType.Submarine, SaveUtil.SubmarineDownloadFolder },
|
||||
{ FileTransferType.CampaignSave, SaveUtil.CampaignDownloadFolder }
|
||||
};
|
||||
|
||||
public List<FileTransferIn> ActiveTransfers
|
||||
|
||||
Reference in New Issue
Block a user