mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Quick fix download path breaking on default.
This commit is contained in:
parent
07e0f92a74
commit
cc5aaa3c6a
@ -93,7 +93,7 @@ namespace Wabbajack
|
||||
.Skip(1) // Don't do it initially
|
||||
.Subscribe(downloadPath =>
|
||||
{
|
||||
if (downloadPath == Location.TargetPath)
|
||||
if (downloadPath != default && downloadPath == Location.TargetPath)
|
||||
{
|
||||
DownloadLocation.TargetPath = Location.TargetPath.Combine("downloads");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user