No File error text in ModsPath

pull/293/head
KnifMelti 2023-03-04 05:52:21 +01:00
parent b443c21df7
commit aabe7afc2d
1 changed files with 0 additions and 3 deletions

View File

@ -146,9 +146,6 @@ if (Test-Network) {
$NewMods, $DeletedMods = Test-ModsPath $WAUConfig.WAU_ModsPath.TrimEnd(" ", "\", "/") $WAUConfig.InstallLocation.TrimEnd(" ", "\")
if ($ReachNoPath) {
Write-Log "Couldn't reach/find/compare/copy from $($WAUConfig.WAU_ModsPath.TrimEnd(" ", "\", "/"))..." "Red"
if ($($WAUConfig.WAU_ModsPath) -match "_apps.txt") {
Write-Log "PATH must end with a Directory, not a File..." "Red"
}
$Script:ReachNoPath = $False
}
if ($NewMods -gt 0) {