Better log text

pull/232/head
KnifMelti 2022-11-08 03:41:31 +01:00
parent 7e631fd0a3
commit 0be2f41612
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ if (Test-Network) {
} }
} }
if ($DeletedMods -gt 0) { if ($DeletedMods -gt 0) {
Write-Log "Deleted Local Mods (not externally managed): $DeletedMods" "Green" Write-Log "$DeletedMods deleted Mods (not externally managed) from local path: $($WAUConfig.InstallLocation)\mods" "Red"
} }
} }
} }